Searched refs:GetPrototypeOf (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_object.h | 52 static JSTaggedValue GetPrototypeOf(EcmaRuntimeCallInfo *argv);
|
D | builtins_reflect.cpp | 185 BUILTINS_API_TRACE(argv->GetThread(), Reflect, GetPrototypeOf); in ReflectGetPrototypeOf()
|
D | builtins_object.cpp | 438 JSTaggedValue BuiltinsObject::GetPrototypeOf(EcmaRuntimeCallInfo *argv) in GetPrototypeOf() function in panda::ecmascript::builtins::BuiltinsObject 442 BUILTINS_API_TRACE(thread, Object, GetPrototypeOf); in GetPrototypeOf()
|
D | builtins.cpp | 551 SetFunction(env, objFunc, "getPrototypeOf", Object::GetPrototypeOf, FunctionLength::ONE); in InitializeObject()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 560 V(Object, GetPrototypeOf) \ 629 V(Reflect, GetPrototypeOf) \
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_proxy_test.cpp | 314 HWTEST_F_L0(JSProxyTest, GetPrototypeOf) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 307 reinterpret_cast<uintptr_t>(Object::GetPrototypeOf),
|