| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 65c0d1c9fb0d329b3664722efb48e6539858e3fa..490d6f9b3061a441a20219c57f6b1460def73f26 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -205,6 +205,7 @@ DEFINE_IMPLICATION(es_staging, harmony_async_await)
|
| V(harmony_do_expressions, "harmony do-expressions") \
|
| V(harmony_restrictive_generators, \
|
| "harmony restrictions on generator declarations") \
|
| + V(harmony_regexp_named_captures, "harmony regexp named captures") \
|
| V(harmony_regexp_property, "harmony unicode regexp property classes") \
|
| V(harmony_for_in, "harmony for-in syntax") \
|
| V(harmony_async_await, "harmony async-await")
|
|
|