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 | code-factory.cc | 194 Callable CodeFactory::ToObject(Isolate* isolate) { in ToObject() function in v8::internal::CodeFactory
|
| D | api.cc | 3115 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
|
| D | objects-inl.h | 1029 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function
|
| D | objects.cc | 96 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function in v8::internal::Object
|
| /external/v8/src/interpreter/ |
| D | interpreter-intrinsics.cc | 292 Node* IntrinsicsHelper::ToObject(Node* input, Node* arg_count, Node* context) { in ToObject() function in v8::internal::interpreter::IntrinsicsHelper
|
| /external/pdfium/xfa/src/fxjse/src/ |
| D | value.cpp | 273 void* CFXJSE_Value::ToObject(CFXJSE_Class* lpClass) const { in ToObject() function in CFXJSE_Value
|
| /external/v8/src/compiler/ |
| D | typer.cc | 463 Type* Typer::Visitor::ToObject(Type* type, Typer* t) { in ToObject() function in v8::internal::compiler::Typer::Visitor
|