On Fri, 22 Jul 2011 19:46:36 +0200, Jonas Sicking <jonas@sicking.cc> wrote: > This is not the case in gecko. We don't have any specific recursion > detecting code here. We just use the generic "javascript is recursing > too deep" detection code. So if you just recur once, that works just > fine and dandy. But if you recurse infinitely, you'll get an > exception. > > I'd much rather depend on that rather than plugging recursion > protection leaks in any API that uses callbacks (there's a lot). This > seems better both from a user point of view, and from an > implementation point of view. http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsTraversal.cpp#77 -- Anne van Kesteren http://annevankesteren.nl/Received on Friday, 22 July 2011 18:08:34 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 18:49:46 GMT