Changeset 36463 in webkit for trunk/JavaScriptCore/VM/CTI.cpp
- Timestamp:
- Sep 15, 2008, 4:37:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CTI.cpp
r36462 r36463 835 835 break; 836 836 } 837 case op_construct_verify: { 838 emitPutArgConstant(instruction[i + 1].u.operand, 0); 839 emitPutArgConstant(instruction[i + 2].u.operand, 4); 840 emitCall(i, Machine::cti_op_construct_verify); 841 i += 3; 842 break; 843 } 837 844 case op_get_by_val: { 838 845 emitGetArg(instruction[i + 2].u.operand, X86::eax);
Note:
See TracChangeset
for help on using the changeset viewer.