Searched refs:ProtoGetter (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_object.h | 164 static JSTaggedValue ProtoGetter(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_object.cpp | 1004 JSTaggedValue BuiltinsObject::ProtoGetter(EcmaRuntimeCallInfo *argv) in ProtoGetter() function in panda::ecmascript::builtins::BuiltinsObject 1008 BUILTINS_API_TRACE(thread, Object, ProtoGetter); in ProtoGetter()
|
H A D | shared_builtins.cpp | 121 CreateSGetterSetter(env, Object::ProtoGetter, "__proto__", FunctionLength::ZERO); in InitializeSObject()
|
H A D | builtins.cpp | 716 JSHandle<JSTaggedValue> protoGetter = CreateGetter(env, Object::ProtoGetter, "__proto__", FunctionLength::ZERO); in InitializeObject()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 677 V(Object, ProtoGetter) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 298 reinterpret_cast<uintptr_t>(Object::ProtoGetter),
|
Completed in 25 milliseconds