Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index fd6d638cc85321ff130e6d2314e1111ac9518e11..1a4bf048d72f7a597aa8fcf7bba98d3142424723 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -197,6 +197,7 @@ DEFINE_IMPLICATION(es_staging, move_object_start) |
#define HARMONY_INPROGRESS(V) \ |
V(harmony_array_prototype_values, "harmony Array.prototype.values") \ |
V(harmony_function_sent, "harmony function.sent") \ |
+ V(harmony_tailcalls, "harmony tail calls") \ |
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \ |
V(harmony_simd, "harmony simd") \ |
V(harmony_do_expressions, "harmony do-expressions") \ |
@@ -211,7 +212,6 @@ DEFINE_IMPLICATION(es_staging, move_object_start) |
V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \ |
V(harmony_restrictive_generators, \ |
"harmony restrictions on generator declarations") \ |
- V(harmony_tailcalls, "harmony tail calls") \ |
V(harmony_object_rest_spread, "harmony object rest spread properties") |
// Features that are shipping (turned on by default, but internal flag remains). |