Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp429 JSHandle<JSTaggedValue> parentPrototype(thread, phcPrototype); in ReBuildFunctionInheritanceRelationship() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1088 JSHandle<JSTaggedValue> parentPrototype; in RuntimeSetClassInheritanceRelationship() local
2247 JSHandle<JSTaggedValue> parentPrototype = env->GetObjectFunctionPrototype(); in DefineFuncTryUseAOTHClass() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3403 auto parentPrototype = parent->GetFunctionPrototype(vm); in NewSendableClassFunction() local