1 2 3 4 5 6 7
// |jit-test| --fuzzing-safe oomTest(Debugger); oomTest(Debugger); async function* f() {} f().return(); dumpHeap(f);