Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!--/*↩
Crash in error handler on invalid JavaScript↩
*/-->
<HTML><HEAD><TITLE>Bug 117307</title><SCRIPT>↩
window.onerror=f;↩
function f() {f.caller;}↩
</script></head><BODY><SCRIPT>↩
function syntaxError() {1=2;}↩
</script><SCRIPT>↩
runtimeError();↩
function runtimeError() {d.d.d;}↩
</script></body></html>↩