summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug726636.js
blob: 595ed290ea8b56314932a4eb6b5006a7c2cdcc7f (plain)
1
2
3
4
5
6
7
8
9
10
// |jit-test| error:Error

// Binary: cache/js-dbg-64-4a9a6ffd1f21-linux
// Flags:
//
function jsTestDriverEnd() {}
this.__defineSetter__("x", function () {});
x %= 5;
jsTestDriverEnd();
mjitChunkLimit();