Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc205 int end_capture_index = captures_started(); in ParseDisjunction()
647 int capture_count = captures_started(); in ScanForCaptures()
699 if (value > captures_started()) { in ParseBackReferenceIndex()
1505 int capture_count = parser.captures_started(); in ParseRegExp()
Dregexp-parser.h199 int captures_started() { return captures_started_; } in captures_started() function