mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bug 1366925 - add regression test for JS shell ordering problem, r=me
--HG-- extra : rebase_source : fa04dfbf5279e3b2f13af00282c588e0cd2776c6 extra : histedit_source : 641d06898f036aea2136ad00c4f3ba2f338fa813
This commit is contained in:
parent
c3e2a420ec
commit
f72b945898
6
js/src/jit-test/tests/bug1366925.js
Normal file
6
js/src/jit-test/tests/bug1366925.js
Normal file
@ -0,0 +1,6 @@
|
||||
# JS shell shutdown ordering
|
||||
|
||||
evalInWorker(`
|
||||
var lfGlobal = newGlobal();
|
||||
lfGlobal.offThreadCompileScript(\`{ let x; throw 42; }\`);
|
||||
`);
|
Loading…
Reference in New Issue
Block a user