Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index c5c41c7248bea555d05a5269b7e81480f9ac8e69..c9ac7b57b70d54c5733b22da512eb653efbd5fb5 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -192,7 +192,8 @@ DEFINE_IMPLICATION(es_staging, harmony) |
V(harmony_sloppy, "harmony features in sloppy mode") \ |
V(harmony_unicode, "harmony unicode escapes") \ |
V(harmony_unicode_regexps, "harmony unicode regexps") \ |
- V(harmony_rest_parameters, "harmony rest parameters") |
+ V(harmony_rest_parameters, "harmony rest parameters") \ |
+ V(harmony_reflect, "harmony Reflect API") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |