Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index f2cf115d729ab888412b6eb976b1c76eee6a2722..2df9ea648ab8a97f2c912ca87fa11e6aa7a91c8b 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -210,6 +210,8 @@ |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |
+ V(harmony_proxies, "harmony proxies") \ |
+ V(harmony_reflect, "harmony Reflect API") \ |
V(harmony_regexp_lookbehind, "harmony regexp lookbehind") |
// Features that are shipping (turned on by default, but internal flag remains). |
@@ -225,9 +227,7 @@ |
V(harmony_regexps, "harmony regular expression extensions") \ |
V(harmony_sloppy, "harmony features in sloppy mode") \ |
V(harmony_sloppy_let, "harmony let in sloppy mode") \ |
- V(harmony_sloppy_function, "harmony sloppy function block scoping") \ |
- V(harmony_proxies, "harmony proxies") \ |
- V(harmony_reflect, "harmony Reflect API") |
+ V(harmony_sloppy_function, "harmony sloppy function block scoping") |
// Once a shipping feature has proved stable in the wild, it will be dropped |