Home
last modified time | relevance | path

Searched defs:superFunc (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h297 RuntimeSuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, const JSHandle<JSTaggedValue> &superFunc, const JSHandle<JSTaggedValue> &newTarget, uint32_t restNumArgs, uint32_t startIdx) RuntimeSuperCallForwardAllArgs() argument
[all...]
H A Druntime_stubs.cpp1107 JSHandle<JSTaggedValue> superFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: index of super constructor in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp1766 GateRef superFunc = objBuilder.GetPrototype(glue_, func); in LowerSuperCall() local
1816 GateRef superFunc = objBuilder.GetPrototype(glue_, func); in LowerSuperCallSpread() local
1866 GateRef superFunc = args[1]; // 1: index of superFunc in LowerFastSuperCall() local
1880 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSFastCallWithArgV), gate, superFunc, result, LowerFastSuperCall() local
1884 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSFastCallWithArgVAndPushArgv), gate, superFunc, result, LowerFastSuperCall() local
1897 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgV), gate, superFunc, result, callArgs); LowerFastSuperCall() local
1900 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgVAndPushArgv), gate, superFunc, result, callArgs); LowerFastSuperCall() local
1904 CallNGCRuntimeWithCallTimer(RTSTUB_ID(SuperCallWithArgV), gate, superFunc, result, LowerFastSuperCall() local
[all...]

Completed in 27 milliseconds