summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug659077.js
blob: 27487a6343c5f8eda592405a4fbd436e9335dc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Binary: cache/js-dbg-32-29f08848d96c-linux
// Flags: -j
//
try {
    function l() {        }
    function r() {        }
    d = 4;
    var _ = q;
} catch (e) {    }
try {
    v = new ArrayBuffer();
    s = [];
    function e() {        }
    let a;
    eval("for(var[x]=e in this){(function(){})()}");
} catch (e) {    }