Changeset 30040 in webkit for trunk/JavaScriptCore/kjs/string_object.cpp
- Timestamp:
- Feb 6, 2008, 9:33:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.cpp
r29817 r30040 569 569 } 570 570 if (imp) 571 imp-> put(exec, exec->propertyNames().lastIndex, jsNumber(lastIndex), DontDelete|DontEnum);571 imp->setLastIndex(lastIndex); 572 572 if (list.isEmpty()) { 573 573 // if there are no matches at all, it's important to return
Note:
See TracChangeset
for help on using the changeset viewer.