throw-error.js (90B)
1 window.before_throwing_error = true; 2 throw new Error; 3 window.after_throwing_error = true;