Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| allow-overrecursed
function f() {
f.apply(null, new Array(20000));
}
f()