summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1165966.js
blob: bbcf4545e7ad80ed74ccac807d654511fee8b578 (plain)
1
2
3
4
5
6
7
8
// |jit-test| --no-ion
if (!('oomTest' in this))
    quit();

var g = newGlobal();
oomTest(function() {
    Debugger(g);
});