Home | History | Annotate | Download | only in src

Lines Matching refs:Array

51   // The change is in form of list of chunks encoded in a single array as
85 var replace_code_list = new Array();
86 var link_to_old_script_list = new Array();
87 var link_to_original_script_list = new Array();
88 var update_positions_list = new Array();
141 var replaced_function_infos = new Array();
181 var link_to_old_script_report = new Array();
203 var position_patch_report = new Array();
229 // Fully compiles source string as a script. Returns Array of
231 // Elements of array are ordered by start positions of functions (from top
244 var compile_info = new Array();
245 var old_index_map = new Array();
454 var chunks = new Array();
472 var array = this.chunks;
473 if (array.length == 0 || pos < array[0].pos1) {
477 var chunk_index2 = array.length - 1;
481 if (pos < array[middle_index + 1].pos1) {
487 var chunk = array[chunk_index1];
526 // an index in array of compile_info
551 // From array of function infos that is implicitly a tree creates
554 // Throughtout all function we iterate over input array.
561 var child_array = new Array();
782 var shared_infos = new Array();
819 // apply to indexes inside array that stores these objects.
901 // For array of wrapped shared function infos checks that none of them
905 var shared_list = new Array();
911 // Extra array element may contain error message.
915 var problems = new Array();
916 var dropped = new Array();
1001 // @param {Array} change_log a list that collects engineer-readable