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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:333f1698c12e
1 function c0(i) { print(i) }
2 function c1() { c0.apply({}, arguments); }
3 function c2() { c1.apply({}, arguments); }
4 function c3(a) { c2(a); }
5 c3(1);
6 c3(1);
7 c3("");
8 c3("");

mercurial