Changeset 59355 in webkit for trunk/JavaScriptCore/runtime/RegExp.cpp
- Timestamp:
- May 13, 2010, 2:36:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExp.cpp
r55322 r59355 108 108 startOffset = 0; 109 109 if (ovector) 110 ovector-> clear();110 ovector->resize(0); 111 111 112 112 if (static_cast<unsigned>(startOffset) > s.size() || s.isNull()) … … 132 132 for (int j = 0; j < offsetVectorSize; ++j) 133 133 offsetVector[j] = -1; 134 135 134 136 135 #if ENABLE(YARR_JIT)
Note:
See TracChangeset
for help on using the changeset viewer.