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