Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
console
/
alert-toString-exception.html
blob: ee0206f11876ff9cf735e2d9189abccfdaeb01b9 [
file
] [
log
] [
blame
]
<script>
alert
({
toString
:
function
()
{
throw
"Exception in toString()."
;
}});
</script>