summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1233331.js
blob: 11b8faafd16b558a0d01c91118b26d5cde2d8762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// |jit-test| skip-if: !('oomTest' in this)

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