Home
last modified time | relevance | path

Searched refs:thisVal (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp3396 JSValue thisVal = callFrame->r(thisRegister).jsValue(); in privateExecute() local
3397 if (thisVal.needsThisConversion()) in privateExecute()
3398 callFrame->r(thisRegister) = JSValue(thisVal.toThisObject(callFrame)); in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1624160 As a result, two operands to op_call are gone: firstArg and thisVal.