Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| skip-if: helperThreadCount() === 0
// Avoid crashing with --no-threads
// JS shell shutdown ordering
evalInWorker(`
var lfGlobal = newGlobal();
lfGlobal.offThreadCompileToStencil(\`{ let x; throw 42; }\`);
`);