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

/external/v8/src/regexp/
H A Djsregexp.cc5238 bool found_consecutive_atoms = false; local
5274 if (i - first_atom > 1) found_consecutive_atoms = true;
5276 return found_consecutive_atoms;
5424 bool found_consecutive_atoms = SortConsecutiveAtoms(compiler); local
5425 if (found_consecutive_atoms) RationalizeConsecutiveAtoms(compiler);

Completed in 60 milliseconds