summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/debug/bug1116103.js
blob: 2c3fd0698de521bd84c32687198a2837c9c60383 (plain)
1
2
3
4
5
6
7
8
9
10
11
// |jit-test| error: ReferenceError

evaluate(`
    var g = newGlobal();
    g.parent = this;
    g.eval('new Debugger(parent).onExceptionUnwind = function() {};');
`)
{
    while (x && 0) {}
    let x
}