Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.h199 int captures_started() { return captures_started_; } in captures_started()
319 int captures_started_; variable
Dregexp-parser.cc36 captures_started_(0), in RegExpParser()
328 if (captures_started_ >= kMaxCaptures) { in ParseDisjunction()
331 captures_started_++; in ParseDisjunction()
339 state, subexpr_type, lookaround_type, captures_started_, in ParseDisjunction()
770 DCHECK(0 < index && index <= captures_started_); in CreateNamedCaptureAtIndex()
861 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()