Home | History | Annotate | Download | only in regexp

Lines Matching refs:limiter

5173       RegExpExpansionLimiter limiter(
5175 if (min > 0 && min <= kMaxUnrolledMinMatches && limiter.ok_to_expand()) {
5192 RegExpExpansionLimiter limiter(compiler, max);
5193 if (limiter.ok_to_expand()) {