1 2 3 4 5 6 7 8 9 10 11 12 13 14
if (!('oomTest' in this)) quit(); // Don't run a full oomTest because it takes ages - a few iterations are // sufficient to trigger the bug. let i = 0; oomTest(Function(` if (i < 10) { i++; gczeal(15,1); foo; } `));