Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git] / js / xpconnect / tests / unit / es6module_throws.js
blobc3ca94b6eb8417a90ebf8c2ab4e23ff41b6f24a7
1 function throwFunction() {
2   throw new Error("Failing with error foobar");
4 throwFunction();