bug595917.js (97B)
1 if (!this.parseInt) { 2 var parseInt = function () { return 5; } 3 } 4 assertEq(parseInt(10), 10);