Home | History | Annotate | Download | only in src

Lines Matching full:limiter

4908       RegExpExpansionLimiter limiter(
4910 if (min > 0 && min <= kMaxUnrolledMinMatches && limiter.ok_to_expand()) {
4927 RegExpExpansionLimiter limiter(compiler, max);
4928 if (limiter.ok_to_expand()) {