| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 4d8b459c5dcb6f32bcf9e8f6ec7155efe254dd6e..644d063cca06aaecb866e95238b30ff986504391 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -171,6 +171,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 %") \
|
|
|