Changeset 43559 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- May 12, 2009, 1:58:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.cpp
r43401 r43559 498 498 break; 499 499 } 500 case op_init_arguments: { 501 printf("[%4d] init_arguments\n", location); 502 break; 503 } 500 504 case op_convert_this: { 501 505 int r0 = (++it)->u.operand;
Note:
See TracChangeset
for help on using the changeset viewer.