blob: 1621fa57643b462c2a2238816418e725ddf31f5d (
plain)
1
2
3
4
5
6
7
8
|
// |jit-test| skip-if: helperThreadCount() === 0
offThreadCompileToStencil(`
oomTest(() => "".search(/d/));
fullcompartmentchecks(3);
`);
var stencil = finishOffThreadStencil();
evalStencil(stencil);
|