Changeset 37294 in webkit for trunk/JavaScriptCore/VM/CodeBlock.cpp
- Timestamp:
- Oct 4, 2008, 1:32:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.cpp
r37285 r37294 357 357 break; 358 358 } 359 case op_ init_arguments: {360 printf("[%4d] init_arguments\n", location);359 case op_create_arguments: { 360 printf("[%4d] create_arguments\n", location); 361 361 break; 362 362 }
Note:
See TracChangeset
for help on using the changeset viewer.