js/src/jit-test/tests/jaeger/bug554580-4.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:c68f3799d9b3
1 (function() {
2 try {
3 (eval("\
4 function() {\
5 for each(let y in [0]) {\
6 for (var a = 0; a < 9; ++a) {\
7 if (a) {\
8 this.__defineGetter__(\"\",this)\
9 }\
10 }\
11 }\
12 }\
13 "))()
14 } catch(e) {}
15 })()
16
17 /* Don't assert. */
18

mercurial