Searched refs:CheckSuperAndNewTarget (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.h | 249 void CheckSuperAndNewTarget(NewObjectStubBuilder &objBuilder, GateRef super, Variable &newTarget,
|
H A D | slowpath_lowering.cpp | 1768 CheckSuperAndNewTarget(objBuilder, superFunc, newTarget, thisObj, fastPath, slowPath); in LowerSuperCall() 1817 CheckSuperAndNewTarget(objBuilder, superFunc, newTarget, thisObj, fastPath, slowPath); in LowerSuperCallSpread() 1917 void SlowPathLowering::CheckSuperAndNewTarget(NewObjectStubBuilder &objBuilder, GateRef super, Variable &newTarget, in CheckSuperAndNewTarget() function in panda::ecmascript::kungfu::SlowPathLowering 1963 CheckSuperAndNewTarget(objBuilder, super, newTarget, thisObj, fastPath, slowPath); in LowerSuperCallForwardAllArgs()
|
Completed in 9 milliseconds