bug1366925.js (230B)
1 // |jit-test| skip-if: helperThreadCount() === 0 2 // Avoid crashing with --no-threads 3 4 // JS shell shutdown ordering 5 6 evalInWorker(` 7 var lfGlobal = newGlobal(); 8 lfGlobal.offThreadCompileToStencil(\`{ let x; throw 42; }\`); 9 `);