summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1877406.js
blob: d412abe82c14baf065ad4f17ee2078ffb01a237b (plain)
1
2
3
4
5
6
7
// |jit-test| --fuzzing-safe

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