summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1233331.js
blob: d494112d57ad677ffe9c4f277c8c8463ed07ae6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if (typeof oomTest !== 'function')
    quit();

x = 0;
try {
    a;
    b;
} catch (e) {}
var g = newGlobal();
oomTest(function() {
    return Debugger(g);
});
eval("function g() {}");