Changeset 37670 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Oct 17, 2008, 7:51:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r37647 r37670 189 189 static void SFX_CALL cti_op_tear_off_activation(CTI_ARGS); 190 190 static void SFX_CALL cti_op_tear_off_arguments(CTI_ARGS); 191 static void SFX_CALL cti_op_ret_profiler(CTI_ARGS);192 191 static void SFX_CALL cti_op_ret_scopeChain(CTI_ARGS); 193 192 static JSValue* SFX_CALL cti_op_new_array(CTI_ARGS); 194 193 static JSValue* SFX_CALL cti_op_resolve(CTI_ARGS); 195 194 static JSValue* SFX_CALL cti_op_resolve_global(CTI_ARGS); 195 static JSValue* SFX_CALL cti_op_construct_JSConstructFast(CTI_ARGS); 196 196 static VoidPtrPair SFX_CALL cti_op_construct_JSConstruct(CTI_ARGS); 197 197 static JSValue* SFX_CALL cti_op_construct_NotJSConstruct(CTI_ARGS); … … 256 256 static void SFX_CALL cti_op_debug(CTI_ARGS); 257 257 258 static void SFX_CALL cti_op_call_profiler(CTI_ARGS); 259 static void SFX_CALL cti_op_ret_profiler(CTI_ARGS); 260 258 261 static void* SFX_CALL cti_vm_throw(CTI_ARGS); 259 262 static void* SFX_CALL cti_vm_compile(CTI_ARGS); 263 static void* SFX_CALL cti_vm_lazyLinkCall(CTI_ARGS); 260 264 static JSValue* SFX_CALL cti_op_push_activation(CTI_ARGS); 261 265
Note:
See TracChangeset
for help on using the changeset viewer.