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

/external/chromium_org/v8/src/
H A Djsregexp.cc4934 static const int kMaxUnrolledMinMatches = 3; // Unroll (foo)+ and (foo){3,} local
4951 if (min > 0 && min <= kMaxUnrolledMinMatches && limiter.ok_to_expand()) {

Completed in 206 milliseconds