Searched defs:ToObject (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-atomics.cc | 169 inline Object* ToObject(Isolate* isolate, int8_t t) { return Smi::FromInt(t); } in ToObject() function 171 inline Object* ToObject(Isolate* isolate, uint8_t t) { return Smi::FromInt(t); } in ToObject() function 173 inline Object* ToObject(Isolate* isolate, int16_t t) { return Smi::FromInt(t); } in ToObject() function 175 inline Object* ToObject(Isolate* isolate, uint16_t t) { in ToObject() function 180 inline Object* ToObject(Isolate* isolate, int32_t t) { in ToObject() function 185 inline Object* ToObject(Isolate* isolate, uint32_t t) { in ToObject() function
|
/external/v8/src/ |
D | property-descriptor.cc | 117 Handle<Object> PropertyDescriptor::ToObject(Isolate* isolate) { in ToObject() function in v8::internal::PropertyDescriptor
|
D | api.cc | 3435 MaybeLocal<Object> Value::ToObject(Local<Context> context) const { in ToObject() function in v8::Value 3447 Local<v8::Object> Value::ToObject(Isolate* isolate) const { in ToObject() function in v8::Value
|
D | objects-inl.h | 1065 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function
|
D | objects.cc | 105 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function in v8::internal::Object
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_scriptcontext.cpp | 112 CXFA_Object* CXFA_ScriptContext::ToObject(CFXJSE_Value* pValue, in ToObject() function in CXFA_ScriptContext
|
/external/v8/src/interpreter/ |
D | interpreter-intrinsics.cc | 278 Node* IntrinsicsHelper::ToObject(Node* input, Node* arg_count, Node* context) { in ToObject() function in v8::internal::interpreter::IntrinsicsHelper
|
/external/pdfium/fxjs/ |
D | fxjs_v8.cpp | 718 v8::Local<v8::Object> CFXJS_Engine::ToObject(v8::Local<v8::Value> pValue) { in ToObject() function in CFXJS_Engine
|
/external/v8/src/compiler/ |
D | typer.cc | 479 Type* Typer::Visitor::ToObject(Type* type, Typer* t) { in ToObject() function in v8::internal::compiler::Typer::Visitor
|