| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 8f502b952e295b0ac133fd51b588766461f9a161..afa706ee31a81624e96094017e24e6b314333e12 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -202,6 +202,8 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
| V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
|
| V(harmony_simd, "harmony simd") \
|
| V(harmony_do_expressions, "harmony do-expressions") \
|
| + V(harmony_restrictive_generators, \
|
| + "harmony restrictions on generator declarations") \
|
| V(harmony_regexp_property, "harmony unicode regexp property classes") \
|
| V(harmony_async_await, "harmony async-await")
|
|
|
|
|