js/src/jit-test/tests/ion/bug678239-2.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:7abe602b3bec
1 function f(x, y, z) {
2 if (1)
3 x = z;
4 return x + y;
5 }
6
7 assertEq(f(0, 2, {}), "[object Object]2")

mercurial