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