On Wed, Mar 23, 2011 at 6:21 PM, Garrett Smith <[email protected]> wrote: > javascript: alert(new InternalError("Got on tha inside, bitch!")); > > Hrm. seems odd to expose the constructor publicly.
Necessary to permit instanceof testing, no? > The infinite recursion could be detected and reported early. Where > does that happen? Does any engine report early for infinite recursion? No engine in all of computer science does so. http://en.wikipedia.org/wiki/Halting_problem Mike _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

