js/src/jit-test/tests/ion/bug756780.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:b2fc70cdf26f
1 gczeal(4);
2 var i = (29);
3 var status = '';
4 var statusmessages = new Array();
5 addThis();
6 addThis();
7 function addThis()
8 statusmessages[i] = status;

mercurial