Backed out 14 changesets (bug 1865005, bug 1864168, bug 1864155, bug 1862814, bug...
[gecko.git] / js / src / jit-test / tests / bug1366925.js
blobc213759e0e32fa74876e7a31248a543db17611c5
1 // |jit-test| skip-if: helperThreadCount() === 0
2 // Avoid crashing with --no-threads
4 // JS shell shutdown ordering
6 evalInWorker(`
7   var lfGlobal = newGlobal();
8   lfGlobal.offThreadCompileToStencil(\`{ let x; throw 42; }\`);
9 `);