Home
last modified time | relevance | path

Searched defs:superFunc (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.cpp229 GateRef superFunc = args[1]; // 1 : index of superFunc in LowerFastSuperCall() local
Dslowpath_lowering.cpp1916 GateRef superFunc = objBuilder.GetPrototype(glue_, func); in LowerSuperCall() local
1951 GateRef superFunc = objBuilder.GetPrototype(glue_, func); in LowerSuperCallForJIT() local
2002 GateRef superFunc = objBuilder.GetPrototype(glue_, func); in LowerSuperCallSpread() local
Dtyped_hcr_lowering.cpp3527 GateRef superFunc = acc_.GetValueIn(gate, 0); // 0 : Super func in LowerCheckConstructor() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1010 JSHandle<JSTaggedValue> superFunc(thread, GetSuperConstructor(thread, func)); in SuperCallForwardAllArgs() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1110 JSHandle<JSTaggedValue> superFunc(thread, JSTaggedValue::GetPrototype(thread, func)); in DEF_RUNTIME_STUBS() local
1121 …JSHandle<JSTaggedValue> superFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: index of super c… in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h299 const JSHandle<JSTaggedValue> &superFunc, in RuntimeSuperCallForwardAllArgs()