Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.h350 static const int kMaxCaptures = 1 << 16; variable
Dparser.cc4415 if (captures_started() >= kMaxCaptures) { in ParseDisjunction()
4689 if (value > kMaxCaptures) { in ParseBackReferenceIndex()
/external/v8/test/cctest/
Dtest-regexp.cc412 const int kMaxCaptures = 1 << 16; // Must match RegExpParser::kMaxCaptures. in TEST() local
416 for (int i = 0; i <= kMaxCaptures; i++) { in TEST()