Hi While stumbling over an article about EcmaScript 5 and Security [0] I was wandering what EcmaScript 5 features are available currently in V8/Node.JS and what will be in the future (e.g. strict mode)?
The resources I found so far are not sufficient: The V8 Changelog [1] just shows smaller changes and doesn't give an overview. A list of features in the node wiki [2] seems to be only a rough overview. So where can get an overview and track changes of V8 EcmaScript features? Matthias [0] http://www.infoq.com/interviews/ecmascript-5-caja-retrofitting-security [1] http://code.google.com/p/v8/source/browse/trunk/ChangeLog [2] https://github.com/joyent/node/wiki/ECMA-5-Mozilla-Features-Implemented-in-V8 -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
