Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
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
/third_party/node/deps/v8/src/objects/
Dtagged-value-inl.h31 Object StrongTaggedValue::ToObject(Isolate* isolate, StrongTaggedValue object) { in ToObject() function
Dproperty-descriptor.cc124 Handle<Object> PropertyDescriptor::ToObject(Isolate* isolate) { in ToObject() function in v8::internal::PropertyDescriptor
Dobjects-inl.h559 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function
/third_party/node/deps/v8/src/torque/ls/
Djson.h97 const JsonObject& ToObject() const { in ToObject() function
101 JsonObject& ToObject() { in ToObject() function
/third_party/node/deps/v8/src/heap/
Dallocation-result.h53 HeapObject ToObject() const { in ToObject() function
/third_party/node/test/js-native-api/test_conversions/
Dtest_conversions.c114 static napi_value ToObject(napi_env env, napi_callback_info info) { in ToObject() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.cc1070 BytecodeArrayBuilder& BytecodeArrayBuilder::ToObject(Register out) { in ToObject() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc1201 IGNITION_HANDLER(ToObject, InterpreterAssembler) { in IGNITION_HANDLER() argument
/third_party/node/deps/v8/src/compiler/
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/
Dapi.cc3745 MaybeLocal<Object> Value::ToObject(Local<Context> context) const { in ToObject() function in v8::Value
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc7879 TNode<JSReceiver> CodeStubAssembler::ToObject(TNode<Context> context, in ToObject() function in v8::internal::CodeStubAssembler
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp128772 ToObject(JSContext* cx, HandleValue v) in ToObject() function