Changeset 164092 in webkit for trunk/Source/JavaScriptCore/bytecode/BytecodeUseDef.h
- Timestamp:
- Feb 13, 2014, 9:37:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/BytecodeUseDef.h
r160587 r164092 100 100 } 101 101 case op_put_by_index: 102 case op_put_by_id_replace:103 case op_put_by_id_transition:104 102 case op_put_by_id_transition_direct: 105 103 case op_put_by_id_transition_direct_out_of_line: 106 104 case op_put_by_id_transition_normal: 107 105 case op_put_by_id_transition_normal_out_of_line: 108 case op_put_by_id_generic:109 106 case op_put_by_id_out_of_line: 110 107 case op_put_by_id: … … 127 124 case op_get_by_id: 128 125 case op_get_by_id_out_of_line: 129 case op_get_by_id_self:130 case op_get_by_id_proto:131 case op_get_by_id_chain:132 case op_get_by_id_getter_self:133 case op_get_by_id_getter_proto:134 case op_get_by_id_getter_chain:135 case op_get_by_id_custom_self:136 case op_get_by_id_custom_proto:137 case op_get_by_id_custom_chain:138 case op_get_by_id_generic:139 126 case op_get_array_length: 140 case op_get_string_length:141 127 case op_get_arguments_length: 142 128 case op_typeof: … … 292 278 case op_put_by_id: 293 279 case op_put_by_id_out_of_line: 294 case op_put_by_id_replace:295 case op_put_by_id_transition:296 280 case op_put_by_id_transition_direct: 297 281 case op_put_by_id_transition_direct_out_of_line: 298 282 case op_put_by_id_transition_normal: 299 283 case op_put_by_id_transition_normal_out_of_line: 300 case op_put_by_id_generic:301 284 case op_put_getter_setter: 302 285 case op_put_by_val: … … 331 314 case op_get_by_id: 332 315 case op_get_by_id_out_of_line: 333 case op_get_by_id_self:334 case op_get_by_id_proto:335 case op_get_by_id_chain:336 case op_get_by_id_getter_self:337 case op_get_by_id_getter_proto:338 case op_get_by_id_getter_chain:339 case op_get_by_id_custom_self:340 case op_get_by_id_custom_proto:341 case op_get_by_id_custom_chain:342 case op_get_by_id_generic:343 316 case op_get_array_length: 344 case op_get_string_length:345 317 case op_check_has_instance: 346 318 case op_instanceof:
Note:
See TracChangeset
for help on using the changeset viewer.