Mypal/js/src/jit-test/tests/basic/testBug578044.js

14 lines
204 B
JavaScript

this.watch("x", Object.create)
try {
(function() {
this.__defineGetter__("x",
function() {
return this
})
})()
} catch(e) {}
Object.defineProperty(x, "x", ({
set: Uint16Array
}))