Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 8441a954c5c443d966b58fd177c2cc5be70ca3e5..e6fcf2b1143f8fcdad6d122733b0ec9e8b141057 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -216,7 +216,6 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls) |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |
- V(harmony_function_name, "harmony Function name inference") \ |
V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \ |
V(harmony_instanceof, "harmony instanceof support") \ |
V(harmony_object_values_entries, "harmony Object.values / Object.entries") \ |
@@ -228,6 +227,7 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls) |
V(harmony_default_parameters, "harmony default parameters") \ |
V(harmony_destructuring_assignment, "harmony destructuring assignment") \ |
V(harmony_destructuring_bind, "harmony destructuring bind") \ |
+ V(harmony_function_name, "harmony Function name inference") \ |
V(harmony_iterator_close, "harmony iterator finalization") \ |
V(harmony_tostring, "harmony toString") \ |
V(harmony_regexps, "harmony regular expression extensions") \ |