| Index: src/messages.js
|
| diff --git a/src/messages.js b/src/messages.js
|
| index 049f7f602bdd113244e058450a8b7759a63a7b00..b49556c6a1bac8eccf968c68d7cad9f61bf1e20e 100644
|
| --- a/src/messages.js
|
| +++ b/src/messages.js
|
| @@ -185,7 +185,8 @@ var kMessages = {
|
| super_constructor_call: ["A 'super' constructor call may only appear as the first statement of a function, and its arguments may not access 'this'. Other forms are not yet supported."],
|
| duplicate_proto: ["Duplicate __proto__ fields are not allowed in object literals"],
|
| param_after_rest: ["Rest parameter must be last formal parameter"],
|
| - constructor_noncallable: ["Class constructors cannot be invoked without 'new'"]
|
| + constructor_noncallable: ["Class constructors cannot be invoked without 'new'"],
|
| + array_not_subclassable: ["Subclassing Arrays is not currently supported."]
|
| };
|
|
|
|
|
|
|