Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
inspector
/
debugger
/
resources
/
stack-overflow.js
blob: e06996e7373d1871fe07ddfa62095d80ff6b9d38 [
file
] [
log
] [
blame
]
function
foo
()
{
foo
();
}
function
start
()
{
try
{
foo
();
}
catch
(
e
)
{
10
+
10
;
}
}