Home
last modified time | relevance | path

Searched refs:ok_to_expand (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/regexp/
Djsregexp.cc5471 bool ok_to_expand() { return ok_to_expand_; } in ok_to_expand() function in v8::internal::RegExpExpansionLimiter
5526 if (min > 0 && min <= kMaxUnrolledMinMatches && limiter.ok_to_expand()) { in ToNode()
5544 if (limiter.ok_to_expand()) { in ToNode()