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