Changeset 50323 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Oct 30, 2009, 1:13:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSPropertyNameIterator.cpp
r50254 r50323 46 46 size_t numCacheableSlots = 0; 47 47 if (!o->structure()->hasNonEnumerableProperties() && !o->structure()->hasAnonymousSlots() && 48 !o->structure()->isUncacheableDictionary() && !o->structure()->typeInfo().overridesGetPropertyNames()) 48 !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() && 49 !o->structure()->typeInfo().overridesGetPropertyNames()) 49 50 numCacheableSlots = o->structure()->propertyStorageSize(); 50 51
Note:
See TracChangeset
for help on using the changeset viewer.