Home | History | Annotate | Download | only in debug

Lines Matching refs:Array

30   var GlobalArray = global.Array;
41 // The change is in form of list of chunks encoded in a single array as
236 // Fully compiles source string as a script. Returns Array of
238 // Elements of array are ordered by start positions of functions (from top
406 var array = this.chunks;
407 if (array.length == 0 || pos < array[0].pos1) {
411 var chunk_index2 = array.length - 1;
415 if (pos < array[middle_index + 1].pos1) {
421 var chunk = array[chunk_index1];
460 // an index in array of compile_info
485 // From array of function infos that is implicitly a tree creates
488 // Throughtout all function we iterate over input array.
767 // apply to indexes inside array that stores these objects.
842 // For array of wrapped shared function infos checks that none of them
855 // Extra array element may contain error message.
962 // @param {Array} change_log a list that collects engineer-readable