Changeset 36480 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Sep 15, 2008, 10:53:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r36475 r36480 164 164 static JSValue* SFX_CALL cti_op_new_array(CTI_ARGS); 165 165 static JSValue* SFX_CALL cti_op_resolve(CTI_ARGS); 166 static JSValue* SFX_CALL cti_op_resolve_global(CTI_ARGS); 166 167 static void* SFX_CALL cti_op_construct_JSConstruct(CTI_ARGS); 167 168 static JSValue* SFX_CALL cti_op_construct_NotJSConstruct(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.