Home | History | Annotate | Download | only in debug

Lines Matching refs:node_list

104       function CollectNew(node_list) {
105 for (var i = 0; i < node_list.length; i++) {
106 link_to_original_script_list.push(node_list[i]);
107 CollectNew(node_list[i].children);