summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug807035.js
blob: f8ec4b8f63a2d69d7054fc720f7aa84c7b13d074 (plain)
1
2
3
4
5
6
x = [0, 0, 0, 0, 0, 0, 0, 0]
y = ({}).__proto__
x.sort(function() {
    y.z
})