Reviewers: rossberg, Yang,
Message:
PTAL
Description:
Stage harmony-strings.
[email protected],[email protected]
Please review this at https://codereview.chromium.org/666353002/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+2, -2 lines):
M src/flag-definitions.h
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index
fc38ba43c9119f5f0dec27572db545753062ced6..4cf8eb88c58af1c20b0f3a14a4170046d6e7c386
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -157,7 +157,6 @@ DEFINE_IMPLICATION(harmony, es_staging)
#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 @@ DEFINE_IMPLICATION(harmony, es_staging)
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.