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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:5de9d033910d
1 function test1() {
2 var input = arguments[undefined];
3 }
4 function test2() {
5 return arguments["length"];
6 }
7 test1();
8 test2();

mercurial