summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1221359.js
blob: 806ae315cd6bb36211797d3b131a93f0e56a1e94 (plain)
1
2
3
4
5
6
7
if (!('oomTest' in this))
    quit();

oomTest(() => getBacktrace({
    locals: true,
    thisprops: true
}));