Changeset 37497 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Oct 10, 2008, 7:05:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r37400 r37497 203 203 { 204 204 ASSERT(m_structureID); 205 ASSERT(m_structureID->propertyStorageCapacity() == inlineStorageCapacity); 206 ASSERT(m_structureID->propertyMap().isEmpty()); 205 207 ASSERT(prototype()->isNull() || Heap::heap(this) == Heap::heap(prototype())); 206 208 }
Note:
See TracChangeset
for help on using the changeset viewer.