blob: 1b3e132953d7c1a74a95e371026d008a8e1b706f [file] [log] [blame]
if (!this.parseInt) {
var parseInt = function () { return 5; }
}
assertEq(parseInt(10), 10);