Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.cc701 static const int kMaxRecursion = 100; member in v8::internal::RegExpCompiler
1542 if (compiler->recursion_depth() >= RegExpCompiler::kMaxRecursion) { in LimitVersions()
1559 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion) { in LimitVersions()
1572 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0; in EatsAtLeast()
1579 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0; in EatsAtLeast()
1585 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0; in EatsAtLeast()
1593 if (recursion_depth > RegExpCompiler::kMaxRecursion) return answer; in EatsAtLeast()
1601 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0; in EatsAtLeast()
1624 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0; in EatsAtLeastHelper()
2499 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) { in GreedyLoopTextLength()