summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1132770.js
blob: 51f6a44d6fa25158d2040342298696ecfa8d3f0f (plain)
1
2
3
4
// |jit-test| error: too much recursion
Object.defineProperty(this, "x", {set: function() { this.x = 2; }});
setJitCompilerOption("ion.warmup.trigger", 30);
x ^= 1;