Changeset 62386 in webkit for trunk/JavaScriptCore/yarr/RegexInterpreter.cpp
- Timestamp:
- Jul 2, 2010, 9:45:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/yarr/RegexInterpreter.cpp
r59766 r62386 1555 1555 1556 1556 case PatternTerm::TypeParentheticalAssertion: { 1557 unsigned alternativeFrameLocation = term. inputPosition + RegexStackSpaceForBackTrackInfoParentheticalAssertion;1557 unsigned alternativeFrameLocation = term.frameLocation + RegexStackSpaceForBackTrackInfoParentheticalAssertion; 1558 1558 1559 1559 atomParentheticalAssertionBegin(term.parentheses.subpatternId, term.invertOrCapture, term.frameLocation, alternativeFrameLocation);
Note:
See TracChangeset
for help on using the changeset viewer.