| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 682105d5d69e4ed7a743fe28aa172bb0be0de248..dc3b45ec10fa46cac876c906f95f804c21b24c16 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -128,6 +128,8 @@ class CallSite {
|
| T(FunctionBind, "Bind must be called on a function") \
|
| T(GeneratorRunning, "Generator is already running") \
|
| T(IllegalInvocation, "Illegal invocation") \
|
| + T(ImmutablePrototypeSet, \
|
| + "Immutable prototype object '%' cannot have their prototype set") \
|
| T(IncompatibleMethodReceiver, "Method % called on incompatible receiver %") \
|
| T(InstanceofNonobjectProto, \
|
| "Function has non-object prototype '%' in instanceof check") \
|
|
|