summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug1699622.js
blob: 7b8b64b93cfcd5a897eac1b722540bac589d2142 (plain)
1
2
3
4
// |jit-test| skip-if: helperThreadCount() === 0
offThreadCompileModuleToStencil("");
var stencil = finishOffThreadStencil();
instantiateModuleStencil(stencil);