| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7c556b9c63768928541a5394e6fa2db8d0138a92..dd904af0d44c7806d050c3e1ecef11981fe31c59 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") \
|
| V(harmony_string_padding, "harmony String-padding methods")
|
|
|
|
|