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