Lines Matching refs:sort
65 keys.sort(function(a, b) { return a - b; });
645 // For short (length <= 22) arrays, insertion sort is used for efficiency.
700 // Insertion sort is faster for short arrays.
864 // For compatibility with JSC, we also sort elements inherited from
887 // chain that has become exposed by sort moving a hole to its position.
1126 "sort", ArraySort,