Home
last modified time | relevance | path

Searched refs:GetPrototypeOf (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h53 V("getPrototypeOf", GetPrototypeOf, 1, ObjectGetPrototypeOf) \
121 static JSTaggedValue GetPrototypeOf(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_reflect.cpp199 BUILTINS_API_TRACE(argv->GetThread(), Reflect, GetPrototypeOf); in ReflectGetPrototypeOf()
207 // 2. Return ? target.[[GetPrototypeOf]](). in ReflectGetPrototypeOf()
H A Dbuiltins_object.cpp526 JSTaggedValue BuiltinsObject::GetPrototypeOf(EcmaRuntimeCallInfo *argv) in GetPrototypeOf() function in panda::ecmascript::builtins::BuiltinsObject
530 BUILTINS_API_TRACE(thread, Object, GetPrototypeOf); in GetPrototypeOf()
541 // 3.Return obj.[[GetPrototypeOf]](). in GetPrototypeOf()
828 // a. Let V be V.[[GetPrototypeOf]](). in IsPrototypeOf()
1017 // 3.Return obj.[[GetPrototypeOf]](). in ProtoGetter()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h658 V(Object, GetPrototypeOf) \
727 V(Reflect, GetPrototypeOf) \
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_proxy_test.cpp287 // ES6 9.5.1 [[GetPrototypeOf]] ( )
288 HWTEST_F_L0(JSProxyTest, GetPrototypeOf) in HWTEST_F_L0()
291 // 1. handler has no "GetPrototypeOf" in HWTEST_F_L0()
308 // 2. handler has "GetPrototypeOf" in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_call_signature.h83 V(GetPrototypeOf, Object, Undefined()) \
H A Dbuiltins_object_stub_builder.cpp1279 void BuiltinsObjectStubBuilder::GetPrototypeOf(Variable *result, Label *exit, Label *slowPath) in GetPrototypeOf() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp282 reinterpret_cast<uintptr_t>(Object::GetPrototypeOf),

Completed in 14 milliseconds