Changeset 37050 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Sep 28, 2008, 8:04:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r36997 r37050 160 160 static void* SFX_CALL cti_op_call_JSFunction(CTI_ARGS); 161 161 static JSValue* SFX_CALL cti_op_call_NotJSFunction(CTI_ARGS); 162 static void SFX_CALL cti_op_init_arguments(CTI_ARGS); 162 163 static void SFX_CALL cti_op_ret_activation(CTI_ARGS); 163 164 static void SFX_CALL cti_op_ret_profiler(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.