Searched refs:kMaxRecursion (Results 1 – 1 of 1) sorted by relevance
701 static const int kMaxRecursion = 100; member in v8::internal::RegExpCompiler1542 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()