blob: a00f003c5359013bafd248dd106fa09d849cc171 [file] [log] [blame]
Object.defineProperty(this, "x", {
get: function() {
return this.y
}
})
x
x
y = Int16Array
var y
assertEq(x, Int16Array)