Lines Matching defs:thisFunc
1529 GateRef thisFunc = acc;
1531 GateRef superCtor = GetPrototype(glue, thisFunc);
1568 callArgs.superCallArgs = { thisFunc, array, ZExtInt32ToPtr(argvLen), elementsPtr, *thisObj, newTarget };
1576 res = CallRuntime(glue, RTSTUB_ID(SuperCallSpread), { thisFunc, array });
1868 // acc is value, sp for thisFunc
1879 // acc is value, sp for thisFunc
3527 GateRef thisFunc = GetFunctionFromFrame(GetFrame(sp));
3529 GateRef superCtor = GetPrototype(glue, thisFunc);
3565 thisFunc, Int16ToTaggedInt(v0), ZExtInt32ToPtr(actualNumArgs), argv, *thisObj, newTarget
3574 { thisFunc, Int16ToTaggedInt(v0), Int16ToTaggedInt(range) });
3626 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey }); // sp for thisFunc
3634 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey }); // sp for thisFunc
3644 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey }); // sp for thisFunc
6012 GateRef thisFunc = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
6013 res = CallRuntime(glue, RTSTUB_ID(SuperCallForwardAllArgs), { thisFunc });