Searched refs:GetPrototypeOf (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_object.h | 53 V("getPrototypeOf", GetPrototypeOf, 1, ObjectGetPrototypeOf) \ 121 static JSTaggedValue GetPrototypeOf(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_reflect.cpp | 199 BUILTINS_API_TRACE(argv->GetThread(), Reflect, GetPrototypeOf); in ReflectGetPrototypeOf() 207 // 2. Return ? target.[[GetPrototypeOf]](). in ReflectGetPrototypeOf()
|
H A D | builtins_object.cpp | 526 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 D | runtime_call_id.h | 658 V(Object, GetPrototypeOf) \ 727 V(Reflect, GetPrototypeOf) \
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_proxy_test.cpp | 287 // 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 D | builtins_call_signature.h | 83 V(GetPrototypeOf, Object, Undefined()) \
|
H A D | builtins_object_stub_builder.cpp | 1279 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 D | snapshot_processor.cpp | 282 reinterpret_cast<uintptr_t>(Object::GetPrototypeOf),
|
Completed in 14 milliseconds