| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index f1b9b052e1d53fefd350536cc9bea0848923b4e9..2bea210956ab76ddafa0402e9ac014fa5824d688 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) \
|
|
|