| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 4bdfcce0c1171e53c7cc56f3b99bd95a6a2baeac..1348391073858e3e21e4a0ab1ba76cbfdcdd278b 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -465,6 +465,11 @@ class ErrorUtils : public AllStatic {
|
| "'caller' and 'arguments' are restricted function properties and cannot " \
|
| "be accessed in this context.") \
|
| T(ReturnMethodNotCallable, "The iterator's 'return' method is not callable") \
|
| + T(SharedArrayBufferTooShort, \
|
| + "Derived SharedArrayBuffer constructor created a buffer which was too " \
|
| + "small") \
|
| + T(SharedArrayBufferSpeciesThis, \
|
| + "SharedArrayBuffer subclass returned this from species constructor") \
|
| T(StaticPrototype, "Classes may not have static property named prototype") \
|
| T(StrictCannotAssign, "Cannot assign to read only '%' in strict mode") \
|
| T(StrictDeleteProperty, "Cannot delete property '%' of %") \
|
|
|