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.cc41 is_scanned_for_captures_(false), in RegExpParser()
674 is_scanned_for_captures_ = true; in ScanForCaptures()
700 if (!is_scanned_for_captures_) { in ParseBackReferenceIndex()
861 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()
Dregexp-parser.h325 bool is_scanned_for_captures_; variable