Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
JSTests
/
stress
/
llint-stack-overflow-debugging-opcodes.js
blob: bd9cfe227f4cb0cfa6822dab9df1ab8f52d7e83b [
file
] [
log
] [
blame
]
//@ runNoCJIT("--forceDebuggerBytecodeGeneration=true", "--useBaselineJIT=0", "--alwaysUseShadowChicken=true")
function
foo
()
{
foo
()
}
try
{
foo
();
}
catch
(
e
)
{
}