Subj : Re: spidermonkey ecma extensions To : netscape.public.mozilla.jseng From : Martin Honnen Date : Sun Sep 11 2005 06:12 pm steveH wrote: > Hi, does anyone know of any documentation which describes all the > extensions to ecmascript 3 currently implemented in spidermonkey. The core JavaScript reference on DevMo does not have a separate list of all extensions but if you look at the documentation of for instance Arrays then you find both the methods that ECMAScript edition 3 specifies as well as the extensions Spidermonkey implements documented. And it is noted for a method whether ECMA specifies it or not. I can't really tell whether that documentation is complete and consistent in that regardance but it is certainly a place to look at to find out about the JavaScript implementation in Spidermonkey. -- Martin Honnen http://JavaScript.FAQTs.com/ .