ECMAScript.next features in Firefox?

# Axel Rauschmayer (14 years ago)

Is there a list somewhere of ECMAScript.next features that have already been implemented in Firefox?

Thanks!

Axel

# Jake Verbaten (14 years ago)

Do we have a similar list for the features in chromium that are enabled through the harmony flag? ( codereview.chromium.org/9008031 )

# Axel Rauschmayer (14 years ago)
# Andreas Rossberg (14 years ago)

On 25 December 2011 13:26, Axel Rauschmayer <axel at rauschma.de> wrote:

Paul Irish did a code search for that:

www.google.com/codesearch#W9JxUuHYyMg/trunk/src/flag-definitions.h&q=harmony package:http://v8.googlecode.com&l=109

To elaborate, the --harmony flag currently activates the following experimental features for V8:

On the browser side, that should become functional in Chrome 17 (some of it is in 16 already, but incomplete/buggy) by setting --js-flags="--harmony". If you are on the Chrome dev channel, you should also see it show up on chrome://flags soon.