summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug740654.js
blob: 5b2d151ba075bdc42845792b8e8579553baccb21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// |jit-test| error:InternalError

// Binary: cache/js-dbg-32-92fe907ddac8-linux
// Flags: -m -n
//
o = {}
o.valueOf = function() {
    for (var p in undefined) {
        a = new Function;
    }
    +o;
};
+o;