Home
last modified time | relevance | path

Searched defs:protoOrHClass (Results 1 – 5 of 5) 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
696 JSTaggedValue protoOrHClass(derived->GetProtoOrHClass()); in GetOrCreateDerivedJSHClass() local
Djs_tagged_value.cpp819 JSTaggedValue protoOrHClass(protoFunc->GetProtoOrHClass()); in SetPrototype() 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.h924 JSTaggedValue protoOrHClass = JSHandle<JSFunction>(ctor)->GetProtoOrHClass(); in RuntimeSetClassInheritanceRelationship() local