| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 15a3d67b7a33b983cb7979edb3061cac4c4d5406..32bfd464062b8f4d01bf62d6036ad6ed36e05658 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -148,6 +148,7 @@ class CallSite {
|
| "Method invoked on undefined or null value.") \
|
| T(MethodInvokedOnWrongType, "Method invoked on an object that is not %.") \
|
| T(NoAccess, "no access") \
|
| + T(NonCoercible, "Cannot match against 'undefined' or 'null") \
|
| T(NonExtensibleProto, "% is not extensible") \
|
| T(NonObjectPropertyLoad, "Cannot read property '%' of %") \
|
| T(NonObjectPropertyStore, "Cannot set property '%' of %") \
|
|
|