js/src/jit-test/tests/jaeger/bug560221.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:549ab2469f11
1 try {
2 (function() {
3 (Object.defineProperty(this, "x", ({
4 set: function() {}
5 })))
6 })()
7 } catch(e) {}
8 for (var a = 0; a < 4; a++) {
9 x = 7
10 }
11
12 /* Don't bogus assert. */
13

mercurial