Lines Matching refs:Array
53 // The change is in form of list of chunks encoded in a single array as
97 var replace_code_list = new Array();
98 var link_to_old_script_list = new Array();
99 var link_to_original_script_list = new Array();
100 var update_positions_list = new Array();
153 var replaced_function_infos = new Array();
198 var link_to_old_script_report = new Array();
220 var position_patch_report = new Array();
246 // Fully compiles source string as a script. Returns Array of
248 // Elements of array are ordered by start positions of functions (from top
261 var compile_info = new Array();
262 var old_index_map = new Array();
471 var chunks = new Array();
489 var array = this.chunks;
490 if (array.length == 0 || pos < array[0].pos1) {
494 var chunk_index2 = array.length - 1;
498 if (pos < array[middle_index + 1].pos1) {
504 var chunk = array[chunk_index1];
543 // an index in array of compile_info
568 // From array of function infos that is implicitly a tree creates
571 // Throughtout all function we iterate over input array.
578 var child_array = new Array();
811 var shared_infos = new Array();
848 // apply to indexes inside array that stores these objects.
924 // For array of wrapped shared function infos checks that none of them
928 var shared_list = new Array();
934 // Extra array element may contain error message.
938 var problems = new Array();
939 var dropped = new Array();
1049 // @param {Array} change_log a list that collects engineer-readable