bug654536.js (113B)
1 function f() { 2 var x = Object.prototype.hasOwnProperty.call(1); 3 assertEq(x, false); 4 isNaN(2); 5 } 6 f();