Changeset 44445 in webkit for trunk/JavaScriptCore/runtime/Structure.h
- Timestamp:
- Jun 4, 2009, 6:27:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Structure.h
r44171 r44445 185 185 bool m_hasGetterSetterProperties : 1; 186 186 bool m_usingSingleTransitionSlot : 1; 187 unsigned m_attributesInPrevious : 5;187 unsigned m_attributesInPrevious : 7; 188 188 }; 189 189
Note:
See TracChangeset
for help on using the changeset viewer.