| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 6419726f3fa6b348257c6e35b8aaf7b30e2c7904..8ad5fed07fbfeaa6870aa46456d37ed51656d6e6 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -205,6 +205,7 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls)
|
| V(harmony_simd, "harmony simd") \
|
| V(harmony_do_expressions, "harmony do-expressions") \
|
| V(harmony_tailcalls, "harmony tail calls") \
|
| + 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).
|
|
|