Revision: 24810
Author:   [email protected]
Date:     Wed Oct 22 14:58:25 2014 UTC
Log:      Stage harmony-strings.

[email protected], [email protected]

Review URL: https://codereview.chromium.org/666353002
https://code.google.com/p/v8/source/detail?r=24810

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed Oct 22 06:58:38 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Wed Oct 22 14:58:25 2014 UTC
@@ -157,7 +157,6 @@
 #define HARMONY_FEATURES(V)                                       \
   V(harmony_scoping, "harmony block scoping")                     \
   V(harmony_modules, "harmony modules (implies block scoping)")   \
-  V(harmony_strings, "harmony strings")                           \
   V(harmony_arrays, "harmony arrays")                             \
   V(harmony_classes, "harmony classes")                           \
   V(harmony_object_literals, "harmony object literal extensions") \
@@ -165,7 +164,8 @@
   V(harmony_arrow_functions, "harmony arrow functions")           \
   V(harmony_tostring, "harmony Symbol.toStringTag")

-#define STAGED_FEATURES(V) \
+#define STAGED_FEATURES(V)              \
+  V(harmony_strings, "harmony strings") \
   V(harmony_numeric_literals, "harmony numeric literals (0o77, 0b11)")

 #define SHIPPING_FEATURES(V)

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to