Changeset 59817 in webkit for trunk/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- May 19, 2010, 9:57:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r59777 r59817 222 222 DEFINE_OP(op_catch) 223 223 DEFINE_OP(op_construct) 224 DEFINE_OP(op_construct_verify)225 224 DEFINE_OP(op_convert_this) 226 225 DEFINE_OP(op_init_arguments) … … 303 302 DEFINE_OP(op_resolve_with_base) 304 303 DEFINE_OP(op_ret) 304 DEFINE_OP(op_constructor_ret) 305 305 DEFINE_OP(op_rshift) 306 306 DEFINE_OP(op_urshift) … … 390 390 DEFINE_SLOWCASE_OP(op_call_varargs) 391 391 DEFINE_SLOWCASE_OP(op_construct) 392 DEFINE_SLOWCASE_OP(op_construct_verify)393 392 DEFINE_SLOWCASE_OP(op_convert_this) 394 393 #if !USE(JSVALUE32)
Note:
See TracChangeset
for help on using the changeset viewer.