bug-1214846.js (236B)
1 // |jit-test| skip-if: !hasFunction.oomTest || helperThreadCount() === 0 2 3 enableGeckoProfiling(); 4 var s = newGlobal(); 5 s.offThreadCompileToStencil('oomTest(() => {});'); 6 var stencil = s.finishOffThreadStencil(); 7 s.evalStencil(stencil);