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

  /external/chromium_org/v8/src/
jsregexp-inl.h 33 if (num_matches_ < max_matches_) {
jsregexp.cc 715 max_matches_ = register_array_size_ / registers_per_match_;
720 max_matches_ = 1;
731 current_match_index_ = max_matches_ - 1;
732 num_matches_ = max_matches_;
    [all...]
jsregexp.h 149 int max_matches_; member in class:v8::internal::RegExpImpl::GlobalCache
    [all...]

Completed in 47 milliseconds