Lines Matching refs:arg0
210 GateRef arg0 = GetCallArg0(numArgs);
211 auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue, arg0 };
220 GateRef arg0 = GetCallArg0(numArgs);
222 auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue, arg0, arg1 };
228 GateRef arg0 = GetCallArg0(numArgs);
231 auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue, arg0, arg1, arg2 };
565 GateRef arg0 = GetArgFromArgv(IntPtr(0), numArgs, true);
566 hashTableBuilder.GenMapSetConstructor(nativeCode, func, newTarget, thisValue, numArgs, arg0, GetArgv());
572 GateRef arg0 = GetArgFromArgv(IntPtr(0), numArgs, true);
573 hashTableBuilder.GenMapSetConstructor(nativeCode, func, newTarget, thisValue, numArgs, arg0, GetArgv());