Changeset 175845 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Nov 10, 2014, 7:05:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r175508 r175845 746 746 case op_create_lexical_environment: { 747 747 int r0 = (++it)->u.operand; 748 printLocationOpAndRegisterOperand(out, exec, location, it, "create_lexical_environment", r0); 748 int r1 = (++it)->u.operand; 749 printLocationAndOp(out, exec, location, it, "create_lexical_environment"); 750 out.printf("%s %s", registerName(r0).data(), registerName(r1).data()); 749 751 break; 750 752 }
Note:
See TracChangeset
for help on using the changeset viewer.