js/src/jit-test/tests/basic/testBug628564.js

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:5a92e1e696c7
1 x = 0
2 for (a = 0; a < 13; ++a) {
3 if (a == 7) {
4 if (!x) {
5 __defineSetter__("x", Object.defineProperties)
6 }
7 }
8 }

mercurial