1 2 3 4 5 6 7 8 9
if (typeof oomAtAllocation === 'object') { var a = []; oomAtAllocation(1); try { a.forEach(); } catch (e) { } a.forEach(()=>1); }