Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc1557 ok_to_expand_(saved_expansion_factor_ <= kMaxExpansionFactor) { in RationalizeConsecutiveAtoms()
1559 if (ok_to_expand_) { in RationalizeConsecutiveAtoms()
1562 ok_to_expand_ = false; in RationalizeConsecutiveAtoms()
1566 ok_to_expand_ = (new_factor <= kMaxExpansionFactor); in RationalizeConsecutiveAtoms()
1576 bool ok_to_expand() { return ok_to_expand_; } in RationalizeConsecutiveAtoms()
1581 bool ok_to_expand_; in RationalizeConsecutiveAtoms() member in v8::__anon14978::RegExpExpansionLimiter

Completed in 3 milliseconds