1 2 3 4 5 6 7
// |jit-test| skip-if: helperThreadCount() === 0 oomTest(() => { offThreadCompileToStencil("function a(x) {"); var stencil = finishOffThreadStencil(); evalStencil(stencil); });