Changeset 36514 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Sep 16, 2008, 10:40:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r36480 r36514 161 161 static void* SFX_CALL cti_op_call_JSFunction(CTI_ARGS); 162 162 static JSValue* SFX_CALL cti_op_call_NotJSFunction(CTI_ARGS); 163 static JSValue* SFX_CALL cti_op_ret(CTI_ARGS); 163 static void SFX_CALL cti_op_ret_activation(CTI_ARGS); 164 static void SFX_CALL cti_op_ret_profiler(CTI_ARGS); 165 static void SFX_CALL cti_op_ret_scopeChain(CTI_ARGS); 164 166 static JSValue* SFX_CALL cti_op_new_array(CTI_ARGS); 165 167 static JSValue* SFX_CALL cti_op_resolve(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.