Home
last modified time | relevance | path

Searched refs:ToName (Results 1 – 25 of 25) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-reflect.cc36 Object::ToName(isolate, key)); in BUILTIN()
65 Object::ToName(isolate, key)); in BUILTIN()
114 Object::ToName(isolate, key)); in BUILTIN()
Dreflect.tq51 extern transitioning builtin ToName(implicit context: Context)(JSAny): AnyName;
66 const name: AnyName = ToName(propertyKey);
Dbuiltins-struct.cc55 Object::ToName(isolate, raw_field_name)); in BUILTIN()
Dconversion.tq98 transitioning builtin ToName(implicit context: Context)(input: JSAny): Name {
Dbuiltins-object.cc28 isolate, name, Object::ToName(isolate, args.atOrUndefined(isolate, 1))); in BUILTIN()
Dbuiltins-array.cc1602 isolate, Pk, Object::ToName(isolate, isolate->factory()->NewNumber(k)), in GenericArrayGroupBy()
1628 Object::ToName(isolate, propertyKey), in GenericArrayGroupBy()
1688 Object::ToName(isolate, propertyKey), in FastArrayGroupBy()
/third_party/node/deps/v8/src/runtime/
Druntime-atomics.cc618 Object::ToName(isolate, args.at(1))); in RUNTIME_FUNCTION()
631 Object::ToName(isolate, args.at(1))); in RUNTIME_FUNCTION()
657 Object::ToName(isolate, args.at(1))); in RUNTIME_FUNCTION()
Druntime-object.cc82 ASSIGN_RETURN_ON_EXCEPTION(isolate, name, Object::ToName(isolate, key), in HasProperty()
1005 Object::ToName(isolate, key)); in RUNTIME_FUNCTION()
1441 RETURN_RESULT_OR_FAILURE(isolate, Object::ToName(isolate, input)); in RUNTIME_FUNCTION()
Druntime.h349 F(ToName, 1, 1) \
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h411 BytecodeArrayBuilder& ToName(Register out);
Dbytecodes.h295 V(ToName, ImplicitRegisterUse::kReadAccumulator, OperandType::kRegOut) \
Dbytecode-array-builder.cc1075 BytecodeArrayBuilder& BytecodeArrayBuilder::ToName(Register out) { in ToName() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc1176 IGNITION_HANDLER(ToName, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc4409 builder()->ToName(value_key); in BuildDestructuringObjectAssignment()
7011 builder()->ToName(out_reg); in BuildLoadPropertyKey()
/third_party/node/deps/v8/src/objects/
Dobjects.h420 V8_WARN_UNUSED_RESULT static inline MaybeHandle<Name> ToName(
Dobjects-inl.h567 MaybeHandle<Name> Object::ToName(Isolate* isolate, Handle<Object> input) { in ToName() function
Dlookup.cc36 *success = Object::ToName(isolate, key).ToHandle(&name_); in PropertyKey()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc712 MAGLEV_UNIMPLEMENTED_BYTECODE(ToName) in MAGLEV_UNIMPLEMENTED_BYTECODE()
/third_party/node/deps/v8/src/compiler/
Dtyper.cc208 static Type ToName(Type, Typer*);
511 Type Typer::Visitor::ToName(Type type, Typer* t) { in ToName() function in v8::internal::compiler::Typer::Visitor
1206 DEFINE_METHOD(ToName) in DEFINE_METHOD()
Djs-operator.cc741 V(ToName, Operator::kNoProperties, 1, 1) \
Djs-generic-lowering.cc70 REPLACE_STUB_CALL(ToName) in REPLACE_STUB_CALL()
Djs-operator.h936 const Operator* ToName(); in NON_EXPORTED_BASE()
Dbytecode-graph-builder.cc3364 BuildCastOperator(javascript()->ToName()); in VisitToName()
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc379 V(ToName) \ in IsSideEffectFreeIntrinsic()
/third_party/node/deps/v8/src/api/
Dapi.cc4774 if (i::Object::ToName(isolate, key_obj).ToHandle(&name)) { in Has()