Home | History | Annotate | Download | only in src

Lines Matching refs:new_index

697       var new_index = 0;
701 } else if (new_index < new_children.length) {
702 if (new_children[new_index].info.start_position <
704 unmatched_new_nodes_list.push(new_children[new_index]);
705 textually_unmatched_new_nodes_list.push(new_children[new_index]);
706 new_index++;
707 } else if (new_children[new_index].info.start_position ==
709 if (new_children[new_index].info.end_position ==
712 new_children[new_index];
714 new_children[new_index];
717 new_children[new_index]);
730 unmatched_new_nodes_list.push(new_children[new_index]);
731 textually_unmatched_new_nodes_list.push(new_children[new_index]);
733 new_index++;
751 while (new_index < new_children.length) {
752 unmatched_new_nodes_list.push(new_children[new_index]);
753 textually_unmatched_new_nodes_list.push(new_children[new_index]);
754 new_index++;