Searched refs:thisVal (Results 1 – 2 of 2) sorted by relevance
3396 JSValue thisVal = callFrame->r(thisRegister).jsValue(); in privateExecute() local3397 if (thisVal.needsThisConversion()) in privateExecute()3398 callFrame->r(thisRegister) = JSValue(thisVal.toThisObject(callFrame)); in privateExecute()
24160 As a result, two operands to op_call are gone: firstArg and thisVal.