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
