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

/external/chromium_org/v8/src/
H A Djsregexp-inl.h30 if (current_match_index_ >= num_matches_) {
33 if (num_matches_ < max_matches_) {
34 num_matches_ = 0; // Signal failed match.
43 num_matches_ = RegExpImpl::AtomExecRaw(regexp_,
52 num_matches_ = 0; // Signal failed match.
55 num_matches_ = RegExpImpl::IrregexpExecRaw(regexp_,
62 if (num_matches_ <= 0) return NULL;
73 if (num_matches_ == 0) {
H A Djsregexp.h145 INLINE(bool HasException()) { return num_matches_ < 0; }
148 int num_matches_; member in class:v8::internal::RegExpImpl::GlobalCache
H A Djsregexp.cc707 num_matches_ = -1; // Signal exception.
732 num_matches_ = max_matches_;

Completed in 149 milliseconds