Changeset 43559 in webkit for trunk/JavaScriptCore/bytecode
- Timestamp:
- May 12, 2009, 1:58:56 AM (16 years ago)
- Location:
- trunk/JavaScriptCore/bytecode
- Files:
-
- 2 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; -
trunk/JavaScriptCore/bytecode/Opcode.h
r43401 r43559 41 41 macro(op_enter, 1) \ 42 42 macro(op_enter_with_activation, 2) \ 43 macro(op_init_arguments, 1) \ 43 44 macro(op_create_arguments, 1) \ 44 45 macro(op_convert_this, 2) \
Note:
See TracChangeset
for help on using the changeset viewer.