Changeset 166292 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.cpp
- Timestamp:
- Mar 26, 2014, 8:08:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.cpp
r166217 r166292 2074 2074 2075 2075 // i should be a valid array index that is outside of the current vector. 2076 ASSERT(hasA rrayStorage(indexingType()));2076 ASSERT(hasAnyArrayStorage(indexingType())); 2077 2077 ASSERT(arrayStorage() == storage); 2078 2078 ASSERT(i >= storage->vectorLength() || attributes);
Note:
See TracChangeset
for help on using the changeset viewer.