| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 54479279a94d7fcc90a076030f075ff326fab926..7a8ac9d43cefa52536e1ea224a76084b240c9bc0 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")
|
|
|