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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:064f46588295
1 function f(x) {
2 for (var i = 0; i < 50; i++) {};
3 [1][arguments[0]]++;
4 x = 1.2;
5 }
6 f(0);

mercurial