Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 6be2d652f939835e5d83f9f0cee93c88c72b22a1..c5c0dfcedf4698da5a9cf5b4ca1d58ce8cad8745 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -206,7 +206,8 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls) |
V(harmony_simd, "harmony simd") \ |
V(harmony_do_expressions, "harmony do-expressions") \ |
V(harmony_tailcalls, "harmony tail calls") \ |
- V(harmony_regexp_property, "harmony unicode regexp property classes") |
+ V(harmony_regexp_property, "harmony unicode regexp property classes") \ |
+ V(harmony_exponentiation_operator, "harmony exponentiation operator `**`") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |