| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 9235ed94ad75fe8ced263f67f1dc7d29f07e324a..b4e7528974d760742ad03ef505a8ecda618bc74b 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -117,6 +117,8 @@ class CallSite {
|
| T(DebuggerType, "Debugger: Parameters have wrong types.") \
|
| T(DeclarationMissingInitializer, "Missing initializer in % declaration") \
|
| T(DefineDisallowed, "Cannot define property:%, object is not extensible.") \
|
| + T(DetachedOperation, \
|
| + "Cannot perform % on a detached ArrayBuffer") \
|
| T(DuplicateTemplateProperty, "Object template has duplicate property '%'") \
|
| T(ExtendsValueGenerator, \
|
| "Class extends value % may not be a generator function") \
|
|
|