Changeset 37294 in webkit for trunk/JavaScriptCore/VM/CTI.cpp
- Timestamp:
- Oct 4, 2008, 1:32:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CTI.cpp
r37285 r37294 1989 1989 break; 1990 1990 } 1991 case op_ init_arguments: {1992 emitCall(i, Machine::cti_op_ init_arguments);1991 case op_create_arguments: { 1992 emitCall(i, Machine::cti_op_create_arguments); 1993 1993 i += 1; 1994 1994 break;
Note:
See TracChangeset
for help on using the changeset viewer.