Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc44 is_scanned_for_captures_(false), in RegExpParser()
727 DCHECK(!is_scanned_for_captures_); in ScanForCaptures()
776 is_scanned_for_captures_ = true; in ScanForCaptures()
803 if (!is_scanned_for_captures_) ScanForCaptures(); in ParseBackReferenceIndex()
963 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()
994 if (has_named_captures_ || is_scanned_for_captures_) { in HasNamedCaptures()
999 DCHECK(is_scanned_for_captures_); in HasNamedCaptures()
Dregexp-parser.h341 bool is_scanned_for_captures_; variable