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

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
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