Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc1068 num_matches_ = -1; // Signal exception. in RegExpGlobalCache()
1086 num_matches_ = -1; // Signal exception. in RegExpGlobalCache()
1108 num_matches_ = max_matches_; in RegExpGlobalCache()
1139 if (current_match_index_ >= num_matches_) { in FetchNext()
1142 if (num_matches_ < max_matches_) { in FetchNext()
1143 num_matches_ = 0; // Signal failed match. in FetchNext()
1155 num_matches_ = in FetchNext()
1162 num_matches_ = ExperimentalRegExp::ExecRaw( in FetchNext()
1174 num_matches_ = 0; // Signal failed match. in FetchNext()
1177 num_matches_ in FetchNext()
[all...]
H A Dregexp.h187 bool HasException() { return num_matches_ < 0; } in HasException()
192 int num_matches_; member in v8::internal::final

Completed in 3 milliseconds