Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.h416 bool is_scanned_for_captures_; variable
Dparser.cc4217 is_scanned_for_captures_(false), in RegExpParser()
4673 is_scanned_for_captures_ = true; in ScanForCaptures()
4699 if (!is_scanned_for_captures_) { in ParseBackReferenceIndex()