bug678239-2.js (111B)
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")