js/src/jit-test/tests/ion/bug807035.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:b12419830e69
1
2 x = [0, 0, 0, 0, 0, 0, 0, 0]
3 y = ({}).__proto__
4 x.sort(function() {
5 y.z
6 })

mercurial