Changeset 37324 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Oct 5, 2008, 11:00:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r37323 r37324 165 165 static JSValue* SFX_CALL cti_op_call_NotJSFunction(CTI_ARGS); 166 166 static void SFX_CALL cti_op_create_arguments(CTI_ARGS); 167 static void SFX_CALL cti_op_ret_activation_arguments(CTI_ARGS); 167 static void SFX_CALL cti_op_tear_off_activation(CTI_ARGS); 168 static void SFX_CALL cti_op_tear_off_arguments(CTI_ARGS); 168 169 static void SFX_CALL cti_op_ret_profiler(CTI_ARGS); 169 170 static void SFX_CALL cti_op_ret_scopeChain(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.