| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index b4e7528974d760742ad03ef505a8ecda618bc74b..caf1200ef8257f55d78bea730af655baff1caf75 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -117,8 +117,7 @@ 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(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") \
|
| @@ -463,6 +462,7 @@ class CallSite {
|
| T(InvalidHexEscapeSequence, "Invalid hexadecimal escape sequence") \
|
| T(InvalidUnicodeEscapeSequence, "Invalid Unicode escape sequence") \
|
| T(UndefinedUnicodeCodePoint, "Undefined Unicode code-point") \
|
| + T(YieldInParameter, "Yield expression not allowed in formal parameter") \
|
| /* EvalError */ \
|
| T(CodeGenFromStrings, "%") \
|
| /* URIError */ \
|
|
|