Home
last modified time | relevance | path

Searched defs:protoOrHClass (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h123 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in GetFunctionPrototype() local
144 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in HasInitialClass() local
150 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in HasFunctionPrototype() local
Djs_function.cpp93 JSTaggedValue protoOrHClass(fun->GetProtoOrHClass()); in GetOrCreateInitialJSHClass() local
124 JSTaggedValue protoOrHClass = func->GetProtoOrHClass(); in PrototypeSetter() local
699 JSTaggedValue protoOrHClass(derived->GetProtoOrHClass()); in GetOrCreateDerivedJSHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp128 JSTaggedValue protoOrHClass = arrayFunc->GetProtoOrHClass(); in NewJSArrayLiteral() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h934 JSTaggedValue protoOrHClass = JSHandle<JSFunction>(ctor)->GetProtoOrHClass(); in RuntimeSetClassInheritanceRelationship() local