Changeset 226310 in webkit for trunk/Source/JavaScriptCore/bytecode/BytecodeDumper.cpp
- Timestamp:
- Dec 28, 2017, 11:52:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/BytecodeDumper.cpp
r225385 r226310 1595 1595 break; 1596 1596 } 1597 case op_assert: {1598 int condition = (++it)->u.operand;1599 int line = (++it)->u.operand;1600 printLocationAndOp(out, location, it, "assert");1601 out.printf("%s, %d", registerName(condition).data(), line);1602 break;1603 }1604 1597 case op_identity_with_profile: { 1605 1598 int r0 = (++it)->u.operand;
Note:
See TracChangeset
for help on using the changeset viewer.