Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc170 int end_capture_index = captures_started(); in ParseDisjunction()
545 int capture_count = captures_started(); in ScanForCaptures()
597 if (value > captures_started()) { in ParseBackReferenceIndex()
1005 int capture_count = parser.captures_started(); in ParseRegExp()
Dregexp-parser.h183 int captures_started() { return captures_started_; } in captures_started() function