| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 70d40b3b428866886d1e8b42318b4036e885bbdd..8be7d69e5665cc3d0ad979673213b3ff7b98a902 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -193,6 +193,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| V(harmony_unicode_regexps, "harmony unicode regexps") \
|
| V(harmony_reflect, "harmony Reflect API") \
|
| V(harmony_destructuring, "harmony destructuring") \
|
| + V(harmony_shared_typed_arrays, "harmony shared typed arrays")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|