Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Djsregexp.cc3549 static const int kMaxUnrolledMinMatches = 3; // Unroll (foo)+ and (foo){3,} in ToNode() local
3561 if (min > 0 && min <= kMaxUnrolledMinMatches) { in ToNode()