Home
last modified time | relevance | path

Searched refs:kMaxUnrolledMinMatches (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/regexp/
Djsregexp.cc5509 static const int kMaxUnrolledMinMatches = 3; // Unroll (foo)+ and (foo){3,} in ToNode() local
5526 if (min > 0 && min <= kMaxUnrolledMinMatches && limiter.ok_to_expand()) { in ToNode()