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