Sign in
webkit
/
WebKit
/
224c8b50d73f4b0806f633e65d0750f19cc186c7
/
.
/
LayoutTests
/
fast
/
workers
/
resources
/
worker-error-in-handling-script-error.js
blob: 18b8d0cc94f0ee0107ca9368b7ceb8b25c847b2e [
file
] [
log
] [
blame
]
onerror
=
function
(
message
,
url
,
lineno
)
{
bar
.
foo
=
0
;
return
false
;
}
foo
.
bar
=
0
;