Changeset 36418 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Sep 14, 2008, 7:18:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r36412 r36418 170 170 static JSValue* SFX_CALL cti_op_sub(CTI_ARGS); 171 171 static void SFX_CALL cti_op_put_by_val(CTI_ARGS); 172 static void SFX_CALL cti_op_put_by_val_array(CTI_ARGS); 172 173 static JSValue* SFX_CALL cti_op_lesseq(CTI_ARGS); 173 174 static int SFX_CALL cti_op_loop_if_true(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.