Changeset 35533 in webkit for trunk/JavaScriptCore/VM/CodeBlock.cpp
- Timestamp:
- Aug 3, 2008, 2:58:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.cpp
r35309 r35533 634 634 break; 635 635 } 636 case op_push_new_scope: { 637 int r0 = (++it)->u.operand; 638 int id0 = (++it)->u.operand; 639 int r1 = (++it)->u.operand; 640 printf("[%4d] push_new_scope \t%s, %s, %s\n", location, registerName(r0).c_str(), idName(id0, identifiers[id0]).c_str(), registerName(r1).c_str()); 641 break; 642 } 636 643 case op_jmp_scopes: { 637 644 int scopeDelta = (++it)->u.operand;
Note:
See TracChangeset
for help on using the changeset viewer.