OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_matches_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
jsregexp-inl.h
56
if (num_matches_ <
max_matches_
) {
jsregexp.cc
737
max_matches_
= register_array_size_ / registers_per_match_;
742
max_matches_
= 1;
753
current_match_index_ =
max_matches_
- 1;
754
num_matches_ =
max_matches_
;
[
all
...]
jsregexp.h
169
int
max_matches_
;
member in class:v8::internal::RegExpImpl::GlobalCache
[
all
...]
Completed in 39 milliseconds