Changeset 39265 in webkit for trunk/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Dec 12, 2008, 7:03:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r39261 r39265 722 722 emitPutCTIArgConstant(reinterpret_cast<unsigned>(ident), 4); 723 723 emitPutCTIArgConstant(currentIndex, 8); 724 emitPutCTIArgConstant(reinterpret_cast<unsigned>(instruction + i), 12);725 724 emitCTICall(i, Interpreter::cti_op_resolve_global); 726 725 emitPutVirtualRegister(instruction[i + 1].u.operand);
Note:
See TracChangeset
for help on using the changeset viewer.