summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug560566.js
blob: bec7cb6237e156b3323867041944919e37577600 (plain)
1
2
3
4
5
6
7
// Binary: cache/js-dbg-64-58c9dd4f0c1f-linux
// Flags:
//
var o = {}
Object.defineProperty(o, "x", {get: undefined, set: function() { Object.defineProperty(o, "x", {set: function() { }}); }, configurable: true});
o.a = 0;
o.x = 0;