summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1877406.js
blob: bcb26ed0621b57d9ba0e2cef8328ce0881133b67 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: !('oomTest' in this); --fuzzing-safe

oomTest(Debugger);
oomTest(Debugger);
async function* f() {}
f().return();
dumpHeap(f);