From 8de3b7e12926c1e5d58ffd0534f050d78a85ccd2 Mon Sep 17 00:00:00 2001 From: "dslomov@chromium.org" Date: Wed, 22 Oct 2014 14:58:25 +0000 Subject: [PATCH] Stage harmony-strings. R=rossberg@chromium.org, yangguo@chromium.org Review URL: https://codereview.chromium.org/666353002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24810 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/flag-definitions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flag-definitions.h b/src/flag-definitions.h index fc38ba43c9..4cf8eb88c5 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)