summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/throw-error.js
blob: 9769c84b23341cf0c6d80a7f4f52149a99da4d6b (plain)
1
2
3
window.before_throwing_error = true;
throw new Error;
window.after_throwing_error = true;