| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 0d34d0a24aae31b3263f3cbe58a9dc7dd52084dd..f4819d316b4fd9362fa4d65340edfbef68f00423 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") \
|
|
|