Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:greedy

1706         Improper backtrack of nested non-capturing greedy paren to prior paren
1709 A paren that follows a non-capturing greedy paren nested within a
7893 second backtrack has some greedy processing before the backtracking
9143 for matching greedy quantified parentheses at the end of a regex
9156 string - since a?? is non-greedy, however rather than moving on to
9158 which point the non-greedy a?? will match, and as such the result
18796 Fixed issue where RegExp greedy jit code loops when no input is
24386 Bug 39795 - Add support for YARR JIT generation of greedy quantified parens at the end of the main disjunction.
24450 Bug 39795 - Add support for YARR JIT generation of greedy quantified parens at the end of the main disjunction.