bug1135047.js (99B)
1 function j(x) { 2 return Math.pow(x, x) !== Math.pow(x, x) 3 } 4 j(-0) 5 assertEq(j(-undefined), true)