Ignore:
Timestamp:
May 26, 2009, 8:22:47 PM (16 years ago)
Author:
[email protected]
Message:

<rdar://problem/6924033> REGRESSION: Assertion failure due to forward references

Reviewed by Gavin Barraclough.

Add a pattern type for forward references to ensure that we don't confuse the
quantifier alternatives assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/yarr/RegexInterpreter.cpp

    r43901 r44174  
    15561556                case PatternTerm::TypeBackReference:
    15571557                    atomBackReference(term.subpatternId, term.inputPosition - currentCountAlreadyChecked, term.frameLocation, term.quantityCount, term.quantityType);
     1558                        break;
     1559
     1560                case PatternTerm::TypeForwardReference:
    15581561                    break;
    15591562
Note: See TracChangeset for help on using the changeset viewer.