Stage @@toStringTag (--harmony-tostring)
authordslomov <dslomov@chromium.org>
Fri, 28 Nov 2014 15:41:34 +0000 (07:41 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 28 Nov 2014 15:41:47 +0000 (15:41 +0000)
R=rossberg@chromium.org,caitpotter88@gmail.com
LOG=Y

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

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

src/flag-definitions.h

index 16e9171..d1e74b6 100644 (file)
@@ -170,13 +170,13 @@ DEFINE_IMPLICATION(es_staging, harmony)
   V(harmony_object_literals, "harmony object literal extensions") \
   V(harmony_regexps, "harmony regular expression extensions")     \
   V(harmony_arrow_functions, "harmony arrow functions")           \
-  V(harmony_tostring, "harmony toString")                         \
   V(harmony_proxies, "harmony proxies")                           \
   V(harmony_templates, "harmony template literals")               \
   V(harmony_sloppy, "harmony features in sloppy mode")
 
 // Features that are complete (but still behind --harmony/es-staging flag).
-#define HARMONY_STAGED(V)                      \
+#define HARMONY_STAGED(V)                 \
+  V(harmony_tostring, "harmony toString") \
   V(harmony_scoping, "harmony block scoping")
 
 // Features that are shipping (turned on by default, but internal flag remains).