summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug819794.js
blob: 919c5c47db14145fc57deb330f39d86d04744c3b (plain)
1
2
3
4
5
6
7
x = [];
x[2] = 1;
x.unshift(0);
x.unshift(0);
x.sort(function() {
        return Math.abs(4)
})