Home
last modified time | relevance | path

Searched defs:ToObject (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/runtime/
Druntime-atomics.cc169 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/
Dproperty-descriptor.cc117 Handle<Object> PropertyDescriptor::ToObject(Isolate* isolate) { in ToObject() function in v8::internal::PropertyDescriptor
Dapi.cc3435 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
Dobjects-inl.h1065 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function
Dobjects.cc105 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function in v8::internal::Object
/external/pdfium/xfa/fxfa/parser/
Dcxfa_scriptcontext.cpp112 CXFA_Object* CXFA_ScriptContext::ToObject(CFXJSE_Value* pValue, in ToObject() function in CXFA_ScriptContext
/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc278 Node* IntrinsicsHelper::ToObject(Node* input, Node* arg_count, Node* context) { in ToObject() function in v8::internal::interpreter::IntrinsicsHelper
/external/pdfium/fxjs/
Dfxjs_v8.cpp718 v8::Local<v8::Object> CFXJS_Engine::ToObject(v8::Local<v8::Value> pValue) { in ToObject() function in CFXJS_Engine
/external/v8/src/compiler/
Dtyper.cc479 Type* Typer::Visitor::ToObject(Type* type, Typer* t) { in ToObject() function in v8::internal::compiler::Typer::Visitor