Home
last modified time | relevance | path

Searched defs:parentPrototype (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp481 JSHandle<JSTaggedValue> parentPrototype(thread, phcPrototype); in ReBuildFunctionInheritanceRelationship() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1164 JSHandle<JSTaggedValue> parentPrototype; in RuntimeSetClassInheritanceRelationship() local
2416 JSHandle<JSTaggedValue> parentPrototype = env->GetObjectFunctionPrototype(); in DefineFuncTryUseAOTHClass() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3832 auto parentPrototype = parent->GetFunctionPrototype(vm); in NewSendableClassFunction() local
4052 …JSHandle<JSTaggedValue> parentPrototype(thread, JSFunction::PrototypeGetter(thread, parentHandle)); in Inherit() local