| Index: src/messages.js
|
| diff --git a/src/messages.js b/src/messages.js
|
| index c86c12d66eab3cac2b61012ab1d935d06a2fd32f..c1c55a2f3610870eaa68c091dddb3f18976863c6 100644
|
| --- a/src/messages.js
|
| +++ b/src/messages.js
|
| @@ -37,6 +37,8 @@ var kMessages = {
|
| cannot_convert_to_primitive: ["Cannot convert object to primitive value"],
|
| not_constructor: ["%0", " is not a constructor"],
|
| not_defined: ["%0", " is not defined"],
|
| + non_method: ["'super' is referenced from non-method"],
|
| + unsupported_super: ["Unsupported reference to 'super'"],
|
| non_object_property_load: ["Cannot read property '", "%0", "' of ", "%1"],
|
| non_object_property_store: ["Cannot set property '", "%0", "' of ", "%1"],
|
| with_expression: ["%0", " has no properties"],
|
|
|