| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 9920cb6c50ead13378ba7ec7fe93ae4f2abad57f..b280e04139771cda612bc0370efe1a647edab5b5 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -203,6 +203,7 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
| V(harmony_simd, "harmony simd") \
|
| V(harmony_do_expressions, "harmony do-expressions") \
|
| V(harmony_regexp_property, "harmony unicode regexp property classes") \
|
| + V(harmony_for_in, "harmony for-in syntax") \
|
| V(harmony_async_await, "harmony async-await")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| @@ -232,7 +233,6 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
| V(harmony_array_prototype_values, "harmony Array.prototype.values") \
|
| V(harmony_function_name, "harmony Function name inference") \
|
| V(harmony_instanceof, "harmony instanceof support") \
|
| - V(harmony_for_in, "harmony for-in syntax") \
|
| V(harmony_iterator_close, "harmony iterator finalization") \
|
| V(harmony_unicode_regexps, "harmony unicode regexps") \
|
| V(harmony_regexp_exec, "harmony RegExp exec override behavior") \
|
|
|