Home
last modified time | relevance | path

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

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