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_ = RegExpImpl::AtomExecRaw(regexp_, in FetchNext()
54 num_matches_ = 0; // Signal failed match. in FetchNext()
57 num_matches_ = RegExpImpl::IrregexpExecRaw(regexp_, in FetchNext()
64 if (num_matches_ <= 0) return NULL; in FetchNext()
75 if (num_matches_ == 0) { in LastSuccessfulMatch()
Djsregexp.h129 INLINE(bool HasException()) { return num_matches_ < 0; } in INLINE()
134 int num_matches_; variable
Djsregexp.cc668 num_matches_ = -1; // Signal exception. in GlobalCache()
694 num_matches_ = max_matches_; in GlobalCache()