| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 5cdad437e92a9bae41c26b0288f25a596ecd87d1..09ed5ae29960acd40169d66d3168191b8a00ee92 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -175,6 +175,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| #define HARMONY_INPROGRESS(V) \
|
| V(harmony_modules, "harmony modules (implies block scoping)") \
|
| V(harmony_arrays, "harmony array methods") \
|
| + V(harmony_array_includes, "harmony Array.prototype.includes") \
|
| V(harmony_regexps, "harmony regular expression extensions") \
|
| V(harmony_arrow_functions, "harmony arrow functions") \
|
| V(harmony_proxies, "harmony proxies") \
|
|
|