HomeSort by relevance Sort by last modified time
    Searched refs:num_matches_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/regexp/
jsregexp-inl.h 30 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_,
55 num_matches_ = 0; // Signal failed match.
58 num_matches_ = RegExpImpl::IrregexpExecRaw(regexp_,
65 if (num_matches_ <= 0) return NULL;
76 if (num_matches_ == 0) {
jsregexp.h 137 INLINE(bool HasException()) { return num_matches_ < 0; }
142 int num_matches_; member in class:v8::internal::RegExpImpl::GlobalCache
    [all...]
jsregexp.cc 671 num_matches_ = -1; // Signal exception.
697 num_matches_ = max_matches_;
    [all...]

Completed in 64 milliseconds