Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc3745 int lookahead_width = max_lookahead + 1 - min_lookahead; in EmitSkipInstructions() local
3747 if (found_single_character && lookahead_width == 1 && max_lookahead < 3) { in EmitSkipInstructions()
3763 masm->AdvanceCurrentPosition(lookahead_width); in EmitSkipInstructions()