]> git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/sort-array-with-undecided.js
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / tests / stress / sort-array-with-undecided.js
1 new Array(100).sort(function(a, b) { return a - b; });