Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 6766d39c9fc72929db19744e9bf7731d63a6b013..ccb3fe942f05278669da1c09994e1b8048c1f87f 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -205,7 +205,6 @@ DEFINE_IMPLICATION(es_staging, move_object_start) |
// Features that are still work in progress (behind individual flags). |
#define HARMONY_INPROGRESS(V) \ |
V(harmony_modules, "harmony modules") \ |
- V(harmony_function_name, "harmony Function name inference") \ |
V(harmony_function_sent, "harmony function.sent") \ |
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \ |
V(harmony_simd, "harmony simd") \ |
@@ -217,9 +216,10 @@ DEFINE_IMPLICATION(es_staging, move_object_start) |
V(harmony_regexp_property, "harmony unicode regexp property classes") |
// Features that are complete (but still behind --harmony/es-staging flag). |
-#define HARMONY_STAGED(V) \ |
- V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \ |
- V(harmony_species, "harmony Symbol.species") \ |
+#define HARMONY_STAGED(V) \ |
+ V(harmony_function_name, "harmony Function name inference") \ |
+ V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \ |
+ V(harmony_species, "harmony Symbol.species") \ |
V(harmony_unicode_regexps, "harmony unicode regexps") |
// Features that are shipping (turned on by default, but internal flag remains). |