Ship ES6 block scoping.

R=rossberg@chromium.org
BUG=v8:2198
LOG=Y

Review URL: https://codereview.chromium.org/792543002

Cr-Commit-Position: refs/heads/master@{#25761}
This commit is contained in:
dslomov 2014-12-10 12:39:21 -08:00 committed by Commit bot
parent 4bf531c1ea
commit 059482b70d

View File

@ -188,13 +188,13 @@ DEFINE_IMPLICATION(es_staging, harmony)
"harmony classes (implies block scoping & object literal extension)") \
V(harmony_object_literals, "harmony object literal extensions") \
V(harmony_tostring, "harmony toString") \
V(harmony_scoping, "harmony block scoping") \
V(harmony_templates, "harmony template literals")
// Features that are shipping (turned on by default, but internal flag remains).
#define HARMONY_SHIPPING(V) \
V(harmony_numeric_literals, "harmony numeric literals") \
V(harmony_strings, "harmony string methods")
V(harmony_strings, "harmony string methods") \
V(harmony_scoping, "harmony block scoping")
// Once a shipping feature has proved stable in the wild, it will be dropped
// from HARMONY_SHIPPING, all occurrences of the FLAG_ variable are removed,