bug-1259306.js (442B)
1 let runCount = 0; 2 oomTest(() => { 3 if (runCount < 5) { 4 let lfGlobal = newGlobal(); 5 var lfVarx = ` 6 gczeal(8, 1); 7 try { 8 (5).replace(r, () => {}); 9 } catch (x) {} 10 gczeal(0); 11 `; 12 lfGlobal.offThreadCompileToStencil(lfVarx); 13 var stencil = lfGlobal.finishOffThreadStencil(); 14 lfGlobal.evalStencil(stencil); 15 runCount++; 16 } 17 });