Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 68820da50d72200ba84c9ecb3b9c6ba3e75f193d..df41e7fdeeede791faed6e07c10d16f540129d9e 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -199,6 +199,7 @@ 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_regexp_exec, "harmony RegExp exec override behavior") \ |
V(harmony_regexp_property, "harmony unicode regexp property classes") |
// Features that are complete (but still behind --harmony/es-staging flag). |