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

/external/v8/src/
H A Djsregexp.cc813 static const int kMaxRecursion = 100; member in class:v8::internal::RegExpCompiler
1680 if (compiler->recursion_depth() >= RegExpCompiler::kMaxRecursion) {
1697 compiler->recursion_depth() <= RegExpCompiler::kMaxRecursion) {
1712 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0;
1723 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0;
1739 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0;
1751 if (recursion_depth > RegExpCompiler::kMaxRecursion) return answer;
1762 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0;
1786 if (recursion_depth > RegExpCompiler::kMaxRecursion) return 0;
2676 if (recursion_depth++ > RegExpCompiler::kMaxRecursion) {
[all...]
H A Dapi.cc3826 const int kMaxRecursion = 100; local
3832 kMaxRecursion,

Completed in 66 milliseconds