Revision: 25204
Author:   [email protected]
Date:     Thu Nov  6 18:44:44 2014 UTC
Log:      Enable ES6 numeric literals by default

BUG=v8:2783
LOG=Y
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Tue Nov 4 16:05:27 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Thu Nov 6 18:44:44 2014 UTC
@@ -175,12 +175,11 @@
   V(harmony_proxies, "harmony proxies")

 // Features that are complete (but still behind --harmony/es-staging flag).
-#define HARMONY_STAGED(V)                      \
-  V(harmony_strings, "harmony string methods") \
-  V(harmony_numeric_literals, "harmony numeric literals")
+#define HARMONY_STAGED(V) V(harmony_strings, "harmony string methods")

// Features that are shipping (turned on by default, but internal flag remains).
-#define HARMONY_SHIPPING(V)
+#define HARMONY_SHIPPING(V) \
+  V(harmony_numeric_literals, "harmony numeric literals")

// 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,

--
--
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