Changeset 178008 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jan 6, 2015, 5:03:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r176836 r178008 759 759 case op_create_arguments: { 760 760 int r0 = (++it)->u.operand; 761 printLocationOpAndRegisterOperand(out, exec, location, it, "create_arguments", r0); 761 int r1 = (++it)->u.operand; 762 printLocationAndOp(out, exec, location, it, "create_arguments"); 763 out.printf("%s %s", registerName(r0).data(), registerName(r1).data()); 762 764 break; 763 765 }
Note:
See TracChangeset
for help on using the changeset viewer.