summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1076091.js
blob: a00f003c5359013bafd248dd106fa09d849cc171 (plain)
1
2
3
4
5
6
7
8
9
10
11
Object.defineProperty(this, "x", {
    get: function() {
        return this.y
    }
})
x
x
y = Int16Array
var y
assertEq(x, Int16Array)