Changeset 37981 in webkit for trunk/JavaScriptCore/runtime/PropertyMap.h
- Timestamp:
- Oct 29, 2008, 3:27:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/PropertyMap.h
r37938 r37981 104 104 unsigned storageSize() const { return m_table ? m_table->keyCount + m_deletedOffsets.size() : 0; } 105 105 106 size_t propertyMapSize() const 107 { 108 return sizeof(PropertyMap) + (m_table ? PropertyMapHashTable::allocationSize(m_table->size) : 0); 109 } 110 106 111 static const unsigned emptyEntryIndex = 0; 107 112
Note:
See TracChangeset
for help on using the changeset viewer.