Home | History | Annotate | Download | only in debug

Lines Matching refs:new_children

631       var new_children = new_node.children;
641 } else if (new_index < new_children.length) {
642 if (new_children[new_index].info.start_position <
644 unmatched_new_nodes_list.push(new_children[new_index]);
645 textually_unmatched_new_nodes_list.push(new_children[new_index]);
647 } else if (new_children[new_index].info.start_position ==
649 if (new_children[new_index].info.end_position ==
652 new_children[new_index];
654 new_children[new_index];
664 new_children[new_index]);
672 ProcessNode(old_children[old_index], new_children[new_index]);
679 unmatched_new_nodes_list.push(new_children[new_index]);
680 textually_unmatched_new_nodes_list.push(new_children[new_index]);
700 while (new_index < new_children.length) {
701 unmatched_new_nodes_list.push(new_children[new_index]);
702 textually_unmatched_new_nodes_list.push(new_children[new_index]);
1000 new_children: new_child_infos