Changeset 36463 in webkit for trunk/JavaScriptCore/VM/CodeBlock.cpp
- Timestamp:
- Sep 15, 2008, 4:37:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.cpp
r36460 r36463 790 790 break; 791 791 } 792 case op_construct_verify: { 793 int r0 = (++it)->u.operand; 794 int r1 = (++it)->u.operand; 795 printf("[%4d] construct_verify\t %s, %s\n", location, registerName(r0).c_str(), registerName(r1).c_str()); 796 break; 797 } 792 798 case op_get_pnames: { 793 799 int r0 = (++it)->u.operand;
Note:
See TracChangeset
for help on using the changeset viewer.