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