Home
last modified time | relevance | path

Searched refs:num_matches_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/regexp/
Djsregexp-inl.h29 if (current_match_index_ >= num_matches_) { in FetchNext()
32 if (num_matches_ < max_matches_) { in FetchNext()
33 num_matches_ = 0; // Signal failed match. in FetchNext()
42 num_matches_ = in FetchNext()
52 num_matches_ = 0; // Signal failed match. in FetchNext()
55 num_matches_ = RegExpImpl::IrregexpExecRaw( in FetchNext()
60 if (num_matches_ <= 0) return nullptr; in FetchNext()
71 if (num_matches_ == 0) { in LastSuccessfulMatch()
Djsregexp.h154 V8_INLINE bool HasException() { return num_matches_ < 0; } in HasException()
159 int num_matches_; variable
Djsregexp.cc623 num_matches_ = -1; // Signal exception. in GlobalCache()
649 num_matches_ = max_matches_; in GlobalCache()