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


Ignore:
Timestamp:
Oct 16, 2009, 10:52:20 PM (16 years ago)
Author:
[email protected]
Message:

Rolled back in r49717 with the build maybe working now?

File:
1 edited

Legend:

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

    r49726 r49734  
    203203        DEFINE_BINARY_OP(op_lesseq)
    204204        DEFINE_BINARY_OP(op_urshift)
    205         DEFINE_UNARY_OP(op_get_pnames)
    206205        DEFINE_UNARY_OP(op_is_boolean)
    207206        DEFINE_UNARY_OP(op_is_function)
     
    242241        DEFINE_OP(op_get_by_val)
    243242        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.