Sign in
webkit
/
WebKit
/
b77ef60f9e352abd5f0b9f65cef7d6cf3a025367
/
.
/
LayoutTests
/
fast
/
workers
/
resources
/
worker-exception-in-timeout-callback.js
blob: 77bbdb72c0dbb0ba4b1ace302153396e6d43e818 [
file
] [
log
] [
blame
]
setTimeout
(
function
()
{
throw
"Exception in setTimeout callback"
;
},
0
);