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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:b4a2f48fa37e
1 eval("\
2 (function(){\
3 for(var w in [0]) {\
4 function w(){}\
5 print(w)\
6 }\
7 })\
8 ")()
9
10 /* Don't crash. */
11

mercurial