bug973118.js (95B)
1 function h(x) { return +x == x }; 2 h(false) 3 assertEq(h(null), false); 4 assertEq(h(null), false);