Changeset 59766 in webkit for trunk/JavaScriptCore/yarr/RegexInterpreter.cpp
- Timestamp:
- May 19, 2010, 8:20:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/yarr/RegexInterpreter.cpp
r55900 r59766 675 675 if (term.capture()) { 676 676 unsigned subpatternId = term.atom.subpatternId; 677 output[ (subpatternId << 1) +1] = input.getPos() + term.inputPosition;677 output[subpatternId << 1] = input.getPos() + term.inputPosition; 678 678 } 679 679 context->term -= term.atom.parenthesesWidth;
Note:
See TracChangeset
for help on using the changeset viewer.