summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1233331.js
blob: b181dfb85624e515f63e16619f43c6977342ae99 (plain)
1
2
3
4
5
6
7
8
9
10
x = 0;
try {
    a;
    b;
} catch (e) {}
var g = newGlobal();
oomTest(function() {
    return Debugger(g);
});
eval("function g() {}");