| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index bb87eb4223a6883bf48eb847ab086ce7fb261d3a..2cc8d08920dc2483915ad8e68c1617b8e43d480f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -201,7 +201,8 @@ DEFINE_NEG_IMPLICATION(es_staging, legacy_const)
|
| V(harmony_default_parameters, "harmony default parameters") \
|
| V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
|
| V(harmony_simd, "harmony simd") \
|
| - V(harmony_do_expressions, "harmony do-expressions")
|
| + V(harmony_do_expressions, "harmony do-expressions") \
|
| + V(harmony_async_await, "harmony async-await functions")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|