Home
last modified time | relevance | path

Searched refs:ProtoGetter (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.h91 static JSTaggedValue ProtoGetter(EcmaRuntimeCallInfo *argv);
Dbuiltins_object.cpp897 JSTaggedValue BuiltinsObject::ProtoGetter(EcmaRuntimeCallInfo *argv) in ProtoGetter() function in panda::ecmascript::builtins::BuiltinsObject
901 BUILTINS_API_TRACE(thread, Object, ProtoGetter); in ProtoGetter()
Dbuiltins.cpp597 …JSHandle<JSTaggedValue> protoGetter = CreateGetter(env, Object::ProtoGetter, "__proto__", Function… in InitializeObject()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h579 V(Object, ProtoGetter) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp323 reinterpret_cast<uintptr_t>(Object::ProtoGetter),