Searched defs:superFunc (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.cpp | 229 GateRef superFunc = args[1]; // 1 : index of superFunc in LowerFastSuperCall() local
|
| D | slowpath_lowering.cpp | 1916 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
|
| D | typed_hcr_lowering.cpp | 3527 GateRef superFunc = acc_.GetValueIn(gate, 0); // 0 : Super func in LowerCheckConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1010 JSHandle<JSTaggedValue> superFunc(thread, GetSuperConstructor(thread, func)); in SuperCallForwardAllArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1110 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
|
| D | runtime_stubs-inl.h | 299 const JSHandle<JSTaggedValue> &superFunc, in RuntimeSuperCallForwardAllArgs()
|