Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Array

30 // Test array sort.
122 // Test array sorting with holes in the array.
135 // Test array sorting with undefined elemeents in the array.
146 // in the array.
164 Array.prototype.sort.call(obj);
180 var x = new Array(4);
184 Array.prototype.sort.call(x);
203 Array.prototype.sort.call(x);
228 Array.prototype.sort.call(x);
254 Array.prototype.sort.call(obj, function(a,b) { return (b < a) - (a < b); });
286 Array.prototype.sort.call(y);
335 Array.prototype.sort.call(x);