summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1079850.js
blob: 20309d70d8749a5bcdadac34ea972602b4195091 (plain)
1
2
3
4
5
function foo() {
    for(__key in null)
        var key=startTest(VERSION) ? this : this;
    if (key !== undefined) {}
} foo();