Home
last modified time | relevance | path

Searched refs:ProtoGetter (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h164 static JSTaggedValue ProtoGetter(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_object.cpp1004 JSTaggedValue BuiltinsObject::ProtoGetter(EcmaRuntimeCallInfo *argv) in ProtoGetter() function in panda::ecmascript::builtins::BuiltinsObject
1008 BUILTINS_API_TRACE(thread, Object, ProtoGetter); in ProtoGetter()
H A Dshared_builtins.cpp121 CreateSGetterSetter(env, Object::ProtoGetter, "__proto__", FunctionLength::ZERO); in InitializeSObject()
H A Dbuiltins.cpp716 JSHandle<JSTaggedValue> protoGetter = CreateGetter(env, Object::ProtoGetter, "__proto__", FunctionLength::ZERO); in InitializeObject()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h677 V(Object, ProtoGetter) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp298 reinterpret_cast<uintptr_t>(Object::ProtoGetter),

Completed in 25 milliseconds