Changeset 37160 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Oct 1, 2008, 3:18:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r37086 r37160 164 164 static JSValue* SFX_CALL cti_op_call_NotJSFunction(CTI_ARGS); 165 165 static void SFX_CALL cti_op_init_arguments(CTI_ARGS); 166 static void SFX_CALL cti_op_ret_activation (CTI_ARGS);166 static void SFX_CALL cti_op_ret_activation_arguments(CTI_ARGS); 167 167 static void SFX_CALL cti_op_ret_profiler(CTI_ARGS); 168 168 static void SFX_CALL cti_op_ret_scopeChain(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.