michael@0: if (!this.parseInt) { michael@0: var parseInt = function () { return 5; } michael@0: } michael@0: assertEq(parseInt(10), 10);