summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug655508.js
blob: 712c1c0cf8e53d2eb574a1edc45d898750569304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
switch (3) {
case
    function () {
        var x;
        (function () {})() && false;
        x = undefined;
        try {
            JSON.parse(x)
        } catch (e) {}
    }([]):
case
    function () {
        [typeof loopa1]
    }(0):
}