summaryrefslogtreecommitdiff
path: root/js/src/jit-test/tests/jaeger/bug595917.js
blob: 1b3e132953d7c1a74a95e371026d008a8e1b706f (plain)
1
2
3
4
if (!this.parseInt) {
    var parseInt = function () { return 5; }
}
assertEq(parseInt(10), 10);