Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc2925 int lookahead_width = max_lookahead + 1 - min_lookahead; in EmitSkipInstructions() local
2927 if (found_single_character && lookahead_width == 1 && max_lookahead < 3) { in EmitSkipInstructions()
2942 masm->AdvanceCurrentPosition(lookahead_width); in EmitSkipInstructions()

Completed in 8 milliseconds