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
Dcode-factory.cc194 Callable CodeFactory::ToObject(Isolate* isolate) { in ToObject() function in v8::internal::CodeFactory
Dapi.cc3115 MaybeLocal<Object> Value::ToObject(Local<Context> context) const { in ToObject() function in v8::Value
3127 Local<v8::Object> Value::ToObject(Isolate* isolate) const { in ToObject() function in v8::Value
Dobjects-inl.h1029 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function
Dobjects.cc96 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function in v8::internal::Object
/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc292 Node* IntrinsicsHelper::ToObject(Node* input, Node* arg_count, Node* context) { in ToObject() function in v8::internal::interpreter::IntrinsicsHelper
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp273 void* CFXJSE_Value::ToObject(CFXJSE_Class* lpClass) const { in ToObject() function in CFXJSE_Value
/external/v8/src/compiler/
Dtyper.cc463 Type* Typer::Visitor::ToObject(Type* type, Typer* t) { in ToObject() function in v8::internal::compiler::Typer::Visitor