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