Lines Matching defs:argsObj
62 compiler::VReg argsObj = pg->AllocReg();
63 pg->CreateArray(this, arguments_, argsObj);
65 return argsObj;
82 compiler::VReg argsObj = pg->AllocReg();
84 pg->StoreAccumulator(this, argsObj);
86 pg->SuperCallSpread(this, argsObj);
89 compiler::VReg argsObj = CreateSpreadArguments(pg);
91 pg->SuperCallSpread(this, argsObj);
199 compiler::VReg argsObj = CreateSpreadArguments(pg);
200 pg->CallSpread(this, callee, thisReg, argsObj);