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

/external/chromium_org/v8/src/
H A Djsregexp.cc3780 int lookahead_width = max_lookahead + 1 - min_lookahead; local
3782 if (found_single_character && lookahead_width == 1 && max_lookahead < 3) {
3798 masm->AdvanceCurrentPosition(lookahead_width);

Completed in 65 milliseconds