Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index e507125c0fb3ea8e0d7530d81bb7de919afc53cb..1f55412bce5877da362a9f37964f13189fc6ccb2 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -423,6 +423,8 @@ class CallSite { |
T(SloppyLexical, \ |
"Block-scoped declarations (let, const, function, class) not yet " \ |
"supported outside strict mode") \ |
+ T(SpeciesNotConstructor, \ |
+ "object.constructor[Symbol.species] is not a constructor") \ |
T(StrictDelete, "Delete of an unqualified identifier in strict mode.") \ |
T(StrictEvalArguments, "Unexpected eval or arguments in strict mode") \ |
T(StrictFunction, \ |