bug946284.js (82B)
1 function f(x) { 2 return x.length / 2 3 } 4 f("") 5 assertEq(f(undefined + ""), 4.5);