Closed GoogleCodeExporter closed 9 years ago
One more note: if you use the method "apply" like below, you get 49 stack
levels (actually, the apply in itself is a
also a call, so you still have a 100 level limit, but not what you thought):
var i=0;
var recursionTest=function() {
i++;
arguments.callee.apply(this,arguments);
}
Original comment by doek...@gmail.com
on 9 Jul 2007 at 5:23
Original comment by doek...@gmail.com
on 14 Jul 2007 at 7:29
Original issue reported on code.google.com by
doek...@gmail.com
on 9 Jul 2007 at 4:42Attachments: