blob: c5b811dc9b641e56e492c1450dc47fb67438c0b2 [file] [log] [blame]
this.watch("x", Object.create)
try {
(function() {
this.__defineGetter__("x",
function() {
return this
})
})()
} catch(e) {}
Object.defineProperty(x, "x", ({
set: Uint16Array
}))