Searched defs:ToObject (Results 1 - 10 of 10) sorted by relevance
| /third_party/node/deps/v8/src/objects/ |
| H A D | tagged-value-inl.h | 31 Object StrongTaggedValue::ToObject(Isolate* isolate, StrongTaggedValue object) { in ToObject() function in v8::internal::StrongTaggedValue
|
| H A D | property-descriptor.cc | 124 Handle<Object> PropertyDescriptor::ToObject(Isolate* isolate) { in ToObject() function in v8::internal::PropertyDescriptor
|
| H A D | objects-inl.h | 559 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function in v8::internal::Object
|
| /third_party/node/test/js-native-api/test_conversions/ |
| H A D | test_conversions.c | 114 static napi_value ToObject(napi_env env, napi_callback_info info) { in ToObject() function
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | allocation-result.h | 53 HeapObject ToObject() const { in ToObject() function in v8::internal::AllocationOrigin::final
|
| /third_party/node/deps/v8/src/torque/ls/ |
| H A D | json.h | 97 const JsonObject& ToObject() const { in ToObject() function 101 JsonObject& ToObject() { in ToObject() function
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-atomics.cc | 259 inline Object ToObject(Isolate* isolate, int8_t t) { return Smi::FromInt(t); } in ToObject() function 261 inline Object ToObject(Isolate* isolate, uint8_t t) { return Smi::FromInt(t); } in ToObject() function 263 inline Object ToObject(Isolate* isolate, int16_t t) { return Smi::FromInt(t); } in ToObject() function 265 inline Object ToObject(Isolate* isolate, uint16_t t) { return Smi::FromInt(t); } in ToObject() function 267 inline Object ToObject(Isolate* isolate, int32_t t) { in ToObject() function 271 inline Object ToObject(Isolate* isolate, uint32_t t) { in ToObject() function 275 inline Object ToObject(Isolate* isolate, int64_t t) { in ToObject() function 279 inline Object ToObject(Isolate* isolate, uint64_t t) { in ToObject() function [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-array-builder.cc | 1070 BytecodeArrayBuilder& BytecodeArrayBuilder::ToObject(Register out) { in ToObject() function in v8::internal::interpreter::BytecodeArrayBuilder
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | typer.cc | 536 Type Typer::Visitor::ToObject(Type type, Typer* t) { in ToObject() function in v8::internal::compiler::Typer::Visitor
|
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 3745 MaybeLocal<Object> Value::ToObject(Local<Context> context) const { in ToObject() function in v8::Value
|
Completed in 33 milliseconds