Home | History | Annotate | Download | only in js

Lines Matching refs:arrays

81 // Global list of arrays visited during toString, toLocaleString and
87 // arrays. Dupes have not been removed.
135 // Optimized for sparse arrays if separator is ''.
158 // Only use the sparse variant on arrays that are likely to be sparse and the
182 // visited arrays.
197 // Fast case for one-element arrays.
271 // special array operations to handle sparse arrays in a sensible fashion.
301 // special array operations to handle sparse arrays in a sensible fashion.
457 // Fast case for one-element arrays.
569 // For implementing reverse() on large, sparse arrays.
931 // For short (length <= 22) arrays, insertion sort is used for efficiency.
982 // Insertion sort is faster for short arrays.
1225 // The following functions cannot be made efficient on sparse arrays while