comparison: js/src/jit-test/tests/ion/bug678239-2.js
js/src/jit-test/tests/ion/bug678239-2.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
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") |