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)