Changeset 36581 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Sep 17, 2008, 5:36:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r36544 r36581 169 169 static void* SFX_CALL cti_op_construct_JSConstruct(CTI_ARGS); 170 170 static JSValue* SFX_CALL cti_op_construct_NotJSConstruct(CTI_ARGS); 171 static void SFX_CALL cti_op_construct_verify(CTI_ARGS);172 171 static JSValue* SFX_CALL cti_op_get_by_val(CTI_ARGS); 173 172 static JSValue* SFX_CALL cti_op_resolve_func(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.