blob: bd9cfe227f4cb0cfa6822dab9df1ab8f52d7e83b [file] [log] [blame]
//@ runNoCJIT("--forceDebuggerBytecodeGeneration=true", "--useBaselineJIT=0", "--alwaysUseShadowChicken=true")
function foo() {
foo()
}
try {
foo();
} catch(e) { }