Object.defineProperty(this, "x", {
    get: function() {
        return this.y
    }
})
x
x
y = Int16Array
var y
assertEq(x, Int16Array)