Changeset 155730 in webkit for trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp
- Timestamp:
- Sep 13, 2013, 4:18:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp
r155711 r155730 3516 3516 TrustedImm32(FinalObjectType))); 3517 3517 m_jit.move(thisValueGPR, tempGPR); 3518 J_DFGOperation_EJ function; 3519 if (m_jit.graph().executableFor(node->codeOrigin)->isStrictMode()) 3520 function = operationToThisStrict; 3521 else 3522 function = operationToThis; 3518 3523 addSlowPathGenerator( 3519 slowPathCall(slowCases, this, operationToThis, tempGPR, thisValueGPR));3524 slowPathCall(slowCases, this, function, tempGPR, thisValueGPR)); 3520 3525 3521 3526 jsValueResult(tempGPR, node);
Note:
See TracChangeset
for help on using the changeset viewer.