Home
last modified time | relevance | path

Searched defs:ToObject (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dtagged-value-inl.h31 Object StrongTaggedValue::ToObject(Isolate* isolate, StrongTaggedValue object) { in ToObject() function in v8::internal::StrongTaggedValue
H A Dproperty-descriptor.cc124 Handle<Object> PropertyDescriptor::ToObject(Isolate* isolate) { in ToObject() function in v8::internal::PropertyDescriptor
H A Dobjects-inl.h559 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function in v8::internal::Object
/third_party/node/test/js-native-api/test_conversions/
H A Dtest_conversions.c114 static napi_value ToObject(napi_env env, napi_callback_info info) { in ToObject() function
/third_party/node/deps/v8/src/heap/
H A Dallocation-result.h53 HeapObject ToObject() const { in ToObject() function in v8::internal::AllocationOrigin::final
/third_party/node/deps/v8/src/torque/ls/
H A Djson.h97 const JsonObject& ToObject() const { in ToObject() function
101 JsonObject& ToObject() { in ToObject() function
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc259 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 Dbytecode-array-builder.cc1070 BytecodeArrayBuilder& BytecodeArrayBuilder::ToObject(Register out) { in ToObject() function in v8::internal::interpreter::BytecodeArrayBuilder
/third_party/node/deps/v8/src/compiler/
H A Dtyper.cc536 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 Dapi.cc3745 MaybeLocal<Object> Value::ToObject(Local<Context> context) const { in ToObject() function in v8::Value

Completed in 33 milliseconds