Changeset 49726 in webkit for trunk/JavaScriptCore/jit/JIT.cpp


Ignore:
Timestamp:
Oct 16, 2009, 7:31:42 PM (16 years ago)
Author:
[email protected]
Message:

Roll out r49717 as it broke the build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/JIT.cpp

    r49717 r49726  
    203203        DEFINE_BINARY_OP(op_lesseq)
    204204        DEFINE_BINARY_OP(op_urshift)
     205        DEFINE_UNARY_OP(op_get_pnames)
    205206        DEFINE_UNARY_OP(op_is_boolean)
    206207        DEFINE_UNARY_OP(op_is_function)
     
    241242        DEFINE_OP(op_get_by_val)
    242243        DEFINE_OP(op_get_global_var)
    243         DEFINE_OP(op_get_pnames)
    244244        DEFINE_OP(op_get_scoped_var)
    245245        DEFINE_OP(op_instanceof)
Note: See TracChangeset for help on using the changeset viewer.