Changeset 39524 in webkit for trunk/JavaScriptCore/jit
- Timestamp:
- Dec 30, 2008, 10:49:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r39440 r39524 1039 1039 emitPutJITStubArgFromVirtualRegister(currentInstruction[1].u.operand, 1, X86::ecx); 1040 1040 emitCTICall(Interpreter::cti_op_push_scope); 1041 emitPutVirtualRegister(currentInstruction[1].u.operand); 1041 1042 NEXT_OPCODE(op_push_scope); 1042 1043 }
Note:
See TracChangeset
for help on using the changeset viewer.