Ignore:
Timestamp:
Jun 4, 2009, 6:27:42 PM (16 years ago)
Author:
[email protected]
Message:

Bug in property caching of getters and setters.

Reviewed by Gavin Barraclough

Make sure that the transition logic accounts for getters and setters.
If we don't we end up screwing up the transition tables so that some
transitions will start incorrectly believing that they need to check
for getters and setters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/Structure.h

    r44171 r44445  
    185185        bool m_hasGetterSetterProperties : 1;
    186186        bool m_usingSingleTransitionSlot : 1;
    187         unsigned m_attributesInPrevious : 5;
     187        unsigned m_attributesInPrevious : 7;
    188188    };
    189189
Note: See TracChangeset for help on using the changeset viewer.