bug1463375.js (90B)
1 // |jit-test| allow-overrecursed 2 function f() { 3 f.apply(null, new Array(20000)); 4 } 5 f()