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

/external/v8/src/regexp/
H A Djsregexp.cc5387 int first_in_run = i; local
5396 if (i > first_in_run + 1) {
5398 int run_length = i - first_in_run;
5402 RegExpAtom* old_atom = alternatives->at(j + first_in_run)->AsAtom();
5410 for (int j = first_in_run; j < i; j++) {

Completed in 57 milliseconds