blob: 87eb3da948887fabf1b6d02dce13b9a421f35ebe [file] [log] [blame]
// |jit-test| allow-oom; allow-overrecursed
g = newGlobal()
g.parent = this
g.eval("Debugger(parent).onExceptionUnwind=(function(){})")
gcparam("maxBytes", gcparam("gcBytes"))
function f() {
f()
y(arguments)
}
f()