summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/oomInFormatStackDump.js
blob: 94a398b0253432128786b08e08f0311bd00de2a3 (plain)
1
2
3
4
if (!('oomTest' in this))
    quit();

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