Changeset 37645 in webkit for trunk/JavaScriptCore/kjs/StructureID.cpp
- Timestamp:
- Oct 16, 2008, 7:57:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/StructureID.cpp
r37632 r37645 318 318 } 319 319 320 size_t StructureID::addPropertyWithoutTransition(const Identifier& propertyName, unsigned attributes) 321 { 322 size_t offset = m_propertyMap.put(propertyName, attributes); 323 if (m_propertyMap.storageSize() > propertyStorageCapacity()) 324 growPropertyStorageCapacity(); 325 return offset; 326 } 327 320 328 StructureIDChain* StructureID::createCachedPrototypeChain() 321 329 {
Note:
See TracChangeset
for help on using the changeset viewer.