| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 46d8aa94de04717ebb7d64384e8d6d8fa48150f0..fd75fa9eb7c4911f637877bc59ba88441db35bea 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -194,6 +194,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| V(harmony_unicode_regexps, "harmony unicode regexps") \
|
| V(harmony_computed_property_names, "harmony computed property names") \
|
| V(harmony_rest_parameters, "harmony rest parameters") \
|
| + V(harmony_exponentiation, "harmony exponentiation operator")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|