Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc250 int captures_started() const { return captures_started_; } in captures_started()
339 int captures_started_; member in v8::internal::__anon14998::final
371 captures_started_(0), in RegExpParserImpl()
913 if (captures_started_ >= RegExpMacroAssembler::kMaxRegisterCount) { in ParseOpenParenthesis()
917 captures_started_++; in ParseOpenParenthesis()
925 state, subexpr_type, lookaround_type, captures_started_, capture_name, in ParseOpenParenthesis()
1148 DCHECK(0 < index && index <= captures_started_); in CreateNamedCaptureAtIndex()
1249 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()

Completed in 4 milliseconds