Changeset 36764 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Sep 22, 2008, 6:59:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r36726 r36764 221 221 static JSValue* SFX_CALL cti_op_new_error(CTI_ARGS); 222 222 static void SFX_CALL cti_op_debug(CTI_ARGS); 223 static JSValue* SFX_CALL cti_op_eq_null(CTI_ARGS);224 static JSValue* SFX_CALL cti_op_neq_null(CTI_ARGS);225 223 226 224 static void* SFX_CALL cti_vm_throw(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.