Changeset 38763 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- Nov 25, 2008, 3:07:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.h
r38652 r38763 192 192 static JSValue* SFX_CALL cti_op_get_by_id_proto_list_full(CTI_ARGS); 193 193 static JSValue* SFX_CALL cti_op_get_by_id_proto_fail(CTI_ARGS); 194 static JSValue* SFX_CALL cti_op_get_by_id_chain_fail(CTI_ARGS);195 194 static JSValue* SFX_CALL cti_op_get_by_id_array_fail(CTI_ARGS); 196 195 static JSValue* SFX_CALL cti_op_get_by_id_string_fail(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.