Home | History | Annotate | Download | only in src

Lines Matching refs:new_array

228   var new_array = new $Array(len - del_count + num_additional_args);
242 new_array[j] = current;
254 new_array[j - del_count + num_additional_args] = current;
266 new_array[key] = current;
275 new_array[key - del_count + num_additional_args] = current;
281 // Move contents of new_array into this array
282 %MoveArrayContents(new_array, array);