Changeset 36436 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Sep 15, 2008, 3:20:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r36417 r36436 389 389 allocatePropertyStorage(m_structureID->propertyMap().storageSize(), m_structureID->propertyMap().size()); 390 390 m_structureID->propertyMap().put(propertyName, value, attributes, checkReadOnly, this, slot, m_propertyStorage); 391 m_structureID->clearEnumerationCache(); 391 392 return; 392 393 }
Note:
See TracChangeset
for help on using the changeset viewer.