Changeset 11775 in webkit for trunk/JavaScriptCore/kjs/array_object.cpp
- Timestamp:
- Dec 27, 2005, 3:07:49 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.cpp
r11739 r11775 162 162 163 163 bool ok; 164 uint32_t index = propertyName.to UInt32(&ok);164 uint32_t index = propertyName.toArrayIndex(&ok); 165 165 if (ok) { 166 166 if (index >= length)
Note:
See TracChangeset
for help on using the changeset viewer.