bug-1191576.js (257B)
1 // |jit-test| allow-oom 2 3 var lfcode = new Array(); 4 gczeal(14); 5 loadFile(` 6 for (let e of Object.values(newGlobal())) { 7 if (oomAfterAllocations(100)) 8 continue; 9 } 10 `); 11 function loadFile(lfVarx) { 12 for (lfLocal in this) {} 13 evaluate(lfVarx); 14 }