Changeset 192155 in webkit for trunk/Source/JavaScriptCore/jit/JITOpcodes.cpp
- Timestamp:
- Nov 9, 2015, 6:15:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITOpcodes.cpp
r192125 r192155 518 518 load64(Address(regT0, Exception::valueOffset()), regT0); 519 519 emitPutVirtualRegister(currentInstruction[2].u.operand); 520 } 521 522 void JIT::emit_op_assert(Instruction* currentInstruction) 523 { 524 JITSlowPathCall slowPathCall(this, currentInstruction, slow_path_assert); 525 slowPathCall.call(); 520 526 } 521 527
Note:
See TracChangeset
for help on using the changeset viewer.