comparison: js/src/jit-test/tests/auto-regress/bug726636.js
js/src/jit-test/tests/auto-regress/bug726636.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| error:Error |
|
2 |
|
3 // Binary: cache/js-dbg-64-4a9a6ffd1f21-linux |
|
4 // Flags: |
|
5 // |
|
6 function jsTestDriverEnd() {} |
|
7 this.__defineSetter__("x", function () {}); |
|
8 x %= 5; |
|
9 jsTestDriverEnd(); |
|
10 mjitChunkLimit(); |