Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index dba34eafe7544addfbc1d1c8ae09328d8eefafa6..21ebc42e7bec2b3ce3ec1a0c23cf30593eb8bba2 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -193,7 +193,8 @@ |
V(harmony_reflect, "harmony Reflect API") \ |
V(harmony_destructuring, "harmony destructuring") \ |
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \ |
- V(harmony_atomics, "harmony atomics") |
+ V(harmony_atomics, "harmony atomics") \ |
+ V(harmony_new_target, "harmony new.target") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |