summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug560796.js
blob: 4ab93567e44c7ed96402a2752c836fb320f40770 (plain)
1
2
3
4
5
6
7
8
9
// Binary: cache/js-dbg-64-a6d7a5677b4c-linux
// Flags:
//
this.__defineSetter__("x", function(){})
this.watch("x", "".localeCompare)
window = x
Object.defineProperty(this, "x", ({
    set: window
}))