Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5510 static const int kMaxUnrolledMaxMatches = 3; // Unroll (foo)? and (foo){x,3} in ToNode() local
5541 if (max <= kMaxUnrolledMaxMatches && min == 0) { in ToNode()