1 2 3 4 5 6 7 8
enableTrackAllocations(); for (a of "x") { gczeal(2, 1); } oomAfterAllocations(1); try { newString(); } catch (x) {}