Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.h209 int captures_started() { return captures_started_; } in captures_started()
336 int captures_started_; variable
Dregexp-parser.cc39 captures_started_(0), in RegExpParser()
685 if (captures_started_ >= kMaxCaptures) { in ParseOpenParenthesis()
689 captures_started_++; in ParseOpenParenthesis()
698 RegExpParserState(state, subexpr_type, lookaround_type, captures_started_, in ParseOpenParenthesis()
870 DCHECK(0 < index && index <= captures_started_); in CreateNamedCaptureAtIndex()
963 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()