Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc210 int end_capture_index = captures_started(); in ParseDisjunction()
730 int capture_count = captures_started(); in ScanForCaptures()
802 if (value > captures_started()) { in ParseBackReferenceIndex()
1698 int capture_count = parser.captures_started(); in ParseRegExp()
Dregexp-parser.h209 int captures_started() { return captures_started_; } in captures_started() function