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