Home | History | Annotate | Download | only in js

Lines Matching full:sparse

86 // Gets a sorted array of array keys.  Useful for operations on sparse
135 // Optimized for sparse arrays if separator is ''.
158 // Only use the sparse variant on arrays that are likely to be sparse and the
271 // special array operations to handle sparse arrays in a sensible fashion.
301 // special array operations to handle sparse arrays in a sensible fashion.
569 // For implementing reverse() on large, sparse arrays.
1225 // The following functions cannot be made efficient on sparse arrays while