Home | History | Annotate | Download | only in regexp

Lines Matching defs:kMaxRecursion

1011   static const int kMaxRecursion = 100;
2280 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion;
3488 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) {
6676 node = node->FilterOneByte(RegExpCompiler::kMaxRecursion, ignore_case);
6680 node = node->FilterOneByte(RegExpCompiler::kMaxRecursion, ignore_case);