Updates:
        Status: WorkingAsIntended

Comment #1 on issue 890 by [email protected]: Support for Javascript 1.8 features
http://code.google.com/p/v8/issues/detail?id=890

V8 is an implementation of ECMAScript, not JavaScript. The latter is a non-standardized extension of ECMAScript made by Mozilla.

V8 is intended to be plug-in compatible with JSC, the ECMAScript implementation in WebKit/Safari. As such it implements a number of non-standard extensions of ECMAScript that are also in JSC, and most of these are also in Mozilla's JavaScript languages.

There is no plan to add non-standard features that are not in JSC to V8.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to