Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc344 bool is_scanned_for_captures_; member in v8::internal::__anon14998::final
376 is_scanned_for_captures_(false), in RegExpParserImpl()
961 DCHECK(!is_scanned_for_captures_); in ScanForCaptures()
1022 is_scanned_for_captures_ = true; in ScanForCaptures()
1049 if (!is_scanned_for_captures_) in ParseBackReferenceIndex()
1249 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()
1275 if (has_named_captures_ || is_scanned_for_captures_) { in HasNamedCaptures()
1280 DCHECK(is_scanned_for_captures_); in HasNamedCaptures()

Completed in 4 milliseconds