bug-1435295.js (278B)
1 // |jit-test| skip-if: helperThreadCount() === 0 2 3 oomTest(new Function(`function execOffThread(source) { 4 offThreadCompileModuleToStencil(source); 5 var stencil = finishOffThreadStencil(); 6 return instantiateModuleStencil(stencil); 7 } 8 b = execOffThread("[1, 2, 3]") 9 `));