| Index: src/messages.js
|
| diff --git a/src/messages.js b/src/messages.js
|
| index eba1e16ece04e8603ff1ca67a5e9ab8ddcaec061..442300973bd90ca96c6cef8f3bac860d1a8cce30 100644
|
| --- a/src/messages.js
|
| +++ b/src/messages.js
|
| @@ -44,6 +44,8 @@ var kMessages = {
|
| no_setter_in_callback: ["Cannot set property ", "%0", " of ", "%1", " which has only a getter"],
|
| apply_non_function: ["Function.prototype.apply was called on ", "%0", ", which is a ", "%1", " and not a function"],
|
| apply_wrong_args: ["Function.prototype.apply: Arguments list has wrong type"],
|
| + toMethod_non_function: ["Function.prototype.toMethod was called on ", "%0", ", which is a ", "%1", " and not a function"],
|
| + toMethod_non_object: ["Function.prototype.toMethod: home object is not an object"],
|
| invalid_in_operator_use: ["Cannot use 'in' operator to search for '", "%0", "' in ", "%1"],
|
| instanceof_function_expected: ["Expecting a function in instanceof check, but got ", "%0"],
|
| instanceof_nonobject_proto: ["Function has non-object prototype '", "%0", "' in instanceof check"],
|
|
|