Home | History | Annotate | Download | only in src

Lines Matching full:limiter

3825       RegExpExpansionLimiter limiter(
3827 if (min > 0 && min <= kMaxUnrolledMinMatches && limiter.ok_to_expand()) {
3844 RegExpExpansionLimiter limiter(compiler, max);
3845 if (limiter.ok_to_expand()) {