| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index c60919ace9010e5578696e05b296f8aecbf917ed..7a4c83679b55918854c32a2933df07309ba79a24 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -213,7 +213,8 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
| V(harmony_tailcalls, "harmony tail calls") \
|
| V(harmony_object_values_entries, "harmony Object.values / Object.entries") \
|
| V(harmony_object_own_property_descriptors, \
|
| - "harmony Object.getOwnPropertyDescriptors()")
|
| + "harmony Object.getOwnPropertyDescriptors()") \
|
| + V(harmony_regexp_property, "harmony unicode regexp property classes")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|