Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 433d04469d28c5791050bc579da8a194d1f8a9d4..b69075b47671d4d396960524ec4326221b4a3cbf 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -475,6 +475,8 @@ class ErrorUtils : public AllStatic { |
T(StrictCannotCreateProperty, "Cannot create property '%' on % '%'") \ |
T(SymbolIteratorInvalid, \ |
"Result of the Symbol.iterator method is not an object") \ |
+ T(SymbolAsyncIteratorInvalid, \ |
+ "Result of the Symbol.asyncIterator method is not an object") \ |
T(SymbolKeyFor, "% is not a symbol") \ |
T(SymbolToNumber, "Cannot convert a Symbol value to a number") \ |
T(SymbolToString, "Cannot convert a Symbol value to a string") \ |