Ship ES6 computed property names
authorarv <arv@chromium.org>
Wed, 8 Apr 2015 17:49:11 +0000 (10:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Apr 2015 17:49:18 +0000 (17:49 +0000)
BUG=v8:3754
LOG=N
R=dslomov@chromium.org, rossberg@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27676}

src/flag-definitions.h

index 8a3d437..aa31141 100644 (file)
@@ -196,13 +196,13 @@ DEFINE_IMPLICATION(es_staging, harmony)
 
 // Features that are complete (but still behind --harmony/es-staging flag).
 #define HARMONY_STAGED(V)                                               \
-  V(harmony_computed_property_names, "harmony computed property names") \
   V(harmony_tostring, "harmony toString")                               \
   V(harmony_unicode, "harmony unicode escapes")
 
 // Features that are shipping (turned on by default, but internal flag remains).
 #define HARMONY_SHIPPING(V)                                                \
   V(harmony_classes, "harmony classes (implies object literal extension)") \
+  V(harmony_computed_property_names, "harmony computed property names")    \
   V(harmony_object_literals, "harmony object literal extensions")
 
 // Once a shipping feature has proved stable in the wild, it will be dropped