Changeset 190589 in webkit for trunk/Source/JavaScriptCore/jit/JITOpcodes.cpp
- Timestamp:
- Oct 5, 2015, 4:31:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITOpcodes.cpp
r190546 r190589 667 667 emitInitRegister(virtualRegisterForLocal(j).offset()); 668 668 669 emitWriteBarrier(m_codeBlock ->ownerExecutable());669 emitWriteBarrier(m_codeBlock); 670 670 671 671 emitEnterOptimizationCheck();
Note:
See TracChangeset
for help on using the changeset viewer.