Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc1613 static const int kMaxUnrolledMaxMatches = 3; // Unroll (foo)? and (foo){x,3} in RationalizeConsecutiveAtoms() local
1643 if (max <= kMaxUnrolledMaxMatches && min == 0) { in RationalizeConsecutiveAtoms()

Completed in 4 milliseconds