Home
last modified time | relevance | path

Searched refs:current_match_index_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc1107 current_match_index_ = max_matches_ - 1; in RegExpGlobalCache()
1112 &register_array_[current_match_index_ * registers_per_match_]; in RegExpGlobalCache()
1137 current_match_index_++; in FetchNext()
1139 if (current_match_index_ >= num_matches_) { in FetchNext()
1148 &register_array_[(current_match_index_ - 1) * registers_per_match_]; in FetchNext()
1194 current_match_index_ = 0; in FetchNext()
1197 return &register_array_[current_match_index_ * registers_per_match_]; in FetchNext()
1202 int index = current_match_index_ * registers_per_match_; in LastSuccessfulMatch()
H A Dregexp.h194 int current_match_index_; member in v8::internal::final

Completed in 4 milliseconds