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