Lines Matching defs:current
1139 RegExpNode* current = on_success;
1142 current = children->at(i)->ToNode(compiler, current);
1146 current = children->at(i)->ToNode(compiler, current);
1149 return current;
1413 CharacterRange current = list->at(i);
1414 if (current.from() > to + 1) {
1416 } else if (current.to() + 1 < from) {
1475 CharacterRange current = character_ranges->at(i);
1476 if (current.from() <= max + 1) {
1479 max = current.to();
1561 // Avoid integer overflow of the current expansion factor.