Changeset 429 for trunk/JavaScriptCore/VM/CodeBlock.cpp
- Timestamp:
- 08/04/08 12:23:14 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/VM/CodeBlock.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/VM/CodeBlock.cpp
r418 r429 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;
