Mypal/js/src/jit-test/tests/auto-regress/bug560796.js

10 lines
201 B
JavaScript

// Binary: cache/js-dbg-64-a6d7a5677b4c-linux
// Flags:
//
this.__defineSetter__("x", function(){})
this.watch("x", "".localeCompare)
window = x
Object.defineProperty(this, "x", ({
set: window
}))