Status: New
Owner: ----

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

Javascript 1.7 introduces Iterators and Generators, Array Comprehension and many other great language constructs - https://developer.mozilla.org/en/JavaScript/New_in_JavaScript/1.7
JS1.8 adds some great things, like simple lambda definitions too.

Why V8 doesn't support it today? Other js engines, like Tracemonkey already have implementations of new features. How to reproduce: enter expression "v = function(x) x * x" and SyntaxError would be produced.

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

Reply via email to