Changeset 51369 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Nov 24, 2009, 6:45:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExpConstructor.cpp
r49365 r51369 133 133 if (start >= 0) 134 134 JSArray::put(exec, i, jsSubstring(exec, d->lastInput, start, d->lastOvector()[2 * i + 1] - start)); 135 else 136 JSArray::put(exec, i, jsUndefined()); 135 137 } 136 138
Note:
See TracChangeset
for help on using the changeset viewer.