Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.cc318 static int IncreaseBy(int previous, int increase) { in IncreaseBy() function
335 min_match_ = IncreaseBy(min_match_, node_min_match); in RegExpAlternative()
337 max_match_ = IncreaseBy(max_match_, node_max_match); in RegExpAlternative()