Changeset 37789 in webkit for trunk/JavaScriptCore/VM/CodeBlock.cpp
- Timestamp:
- Oct 22, 2008, 2:06:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.cpp
r37730 r37789 738 738 break; 739 739 } 740 case op_jeq_null: { 741 printConditionalJump(begin, it, location, "jeq_null"); 742 break; 743 } 744 case op_jneq_null: { 745 printConditionalJump(begin, it, location, "jneq_null"); 746 break; 747 } 740 748 case op_jnless: { 741 749 int r0 = (++it)->u.operand;
Note:
See TracChangeset
for help on using the changeset viewer.