Source code
Revision control
Copy as Markdown
Other Tools
Object.defineProperty(this, "x", {
get: function() {
return this.y
}
})
x
x
y = Int16Array
var y
assertEq(x, Int16Array)
Object.defineProperty(this, "x", {
get: function() {
return this.y
}
})
x
x
y = Int16Array
var y
assertEq(x, Int16Array)