Changeset 179372 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jan 29, 2015, 3:17:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r179357 r179372 1331 1331 int r0 = (++it)->u.operand; 1332 1332 printLocationOpAndRegisterOperand(out, exec, location, it, "ret", r0); 1333 break;1334 }1335 case op_ret_object_or_this: {1336 int r0 = (++it)->u.operand;1337 int r1 = (++it)->u.operand;1338 printLocationAndOp(out, exec, location, it, "constructor_ret");1339 out.printf("%s %s", registerName(r0).data(), registerName(r1).data());1340 1333 break; 1341 1334 }
Note:
See TracChangeset
for help on using the changeset viewer.