Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc777 int first_in_run = i; in RationalizeConsecutiveAtoms() local
792 if (i > first_in_run + 1) { in RationalizeConsecutiveAtoms()
794 int run_length = i - first_in_run; in RationalizeConsecutiveAtoms()
798 RegExpAtom* old_atom = alternatives->at(j + first_in_run)->AsAtom(); in RationalizeConsecutiveAtoms()
810 for (int j = first_in_run; j < i; j++) { in RationalizeConsecutiveAtoms()

Completed in 5 milliseconds