Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
JSTests
/
stress
/
sort-array-with-undecided.js
blob: 4a009439f00d61d545c1bfe94db9fe2456b207f5 [
file
] [
log
] [
blame
]
new
Array
(
100
).
sort
(
function
(
a
,
b
)
{
return
a
-
b
;
});