Currently the best way to track addition ECMAScript 5 features in V8 it to look at the ChangeLog<http://code.google.com/p/v8/source/browse/trunk/ChangeLog>in trunk. Look for "ES5" or "ECMAScript 5".
Regards, Søren On Thu, Dec 31, 2009 at 16:11, Tim Caswell <[email protected]> wrote: > I just posted in the NodeJS mailing list, but I think the question is > more relevant here. Is there anywhere that has posted the ECMAScript > 5 features already implemented in V8. For example, I noticed the > 2.0.4 release added Object.create. In the past I noticed things like > all the Array.prototype methods implemented and even crazy things like > dynamic properties. > > I'm a library developer for nodeJS, so we usually have the latest V8 > release. I would like to know what the language already implements > before I go and start implementing my own Object.creates. > > -Tim Caswell > http://github.com/creationix > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
