Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.h239 void RationalizeConsecutiveAtoms(RegExpCompiler* compiler);
Djsregexp.cc5204 void RegExpDisjunction::RationalizeConsecutiveAtoms(RegExpCompiler* compiler) { in RationalizeConsecutiveAtoms() function in v8::internal::RegExpDisjunction
5367 if (found_consecutive_atoms) RationalizeConsecutiveAtoms(compiler); in ToNode()