Searched refs:code_info_array (Results 1 – 1 of 1) sorted by relevance
561 function BuildCodeInfoTree(code_info_array) { argument570 while (index < code_info_array.length &&571 code_info_array[index].outer_index == my_index) {574 var node = new CodeInfoTreeNode(code_info_array[my_index], child_array,583 Assert(index == code_info_array.length);