js/src/jit-test/tests/auto-regress/bug560566.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:89fe29a43938
1 // Binary: cache/js-dbg-64-58c9dd4f0c1f-linux
2 // Flags:
3 //
4 var o = {}
5 Object.defineProperty(o, "x", {get: undefined, set: function() { Object.defineProperty(o, "x", {set: function() { }}); }, configurable: true});
6 o.a = 0;
7 o.x = 0;

mercurial