Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index d1e74b640c44437bafb1f6ba04483decdfdb7e9c..c6deaad3c95d74a3fe0df8130e686c4d33a5c757 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -162,16 +162,17 @@ DEFINE_IMPLICATION(harmony, es_staging) |
DEFINE_IMPLICATION(es_staging, harmony) |
// Features that are still work in progress (behind individual flags). |
-#define HARMONY_INPROGRESS(V) \ |
- V(harmony_modules, "harmony modules (implies block scoping)") \ |
- V(harmony_arrays, "harmony array methods") \ |
- V(harmony_classes, \ |
+#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_classes, \ |
"harmony classes (implies block scoping & object literal extension)") \ |
- V(harmony_object_literals, "harmony object literal extensions") \ |
- V(harmony_regexps, "harmony regular expression extensions") \ |
- V(harmony_arrow_functions, "harmony arrow functions") \ |
- V(harmony_proxies, "harmony proxies") \ |
- V(harmony_templates, "harmony template literals") \ |
+ V(harmony_object_literals, "harmony object literal extensions") \ |
+ V(harmony_regexps, "harmony regular expression extensions") \ |
+ V(harmony_arrow_functions, "harmony arrow functions") \ |
+ V(harmony_proxies, "harmony proxies") \ |
+ V(harmony_templates, "harmony template literals") \ |
V(harmony_sloppy, "harmony features in sloppy mode") |
// Features that are complete (but still behind --harmony/es-staging flag). |