| Index: src/messages.js
|
| diff --git a/src/messages.js b/src/messages.js
|
| index 9131d816ab210d4b17decb425df62c9b9e3a1c08..b9bce1ebd1e040f8df049850a2016c43991be1a5 100644
|
| --- a/src/messages.js
|
| +++ b/src/messages.js
|
| @@ -104,12 +104,15 @@ var kMessages = {
|
| parameterless_typed_array_constr:
|
| ["%0"," constructor should have at least one argument."],
|
| not_typed_array: ["this is not a typed array."],
|
| + invalid_argument: ["invalid_argument"],
|
| // RangeError
|
| invalid_array_length: ["Invalid array length"],
|
| invalid_array_buffer_length: ["Invalid array buffer length"],
|
| invalid_typed_array_offset: ["Start offset is too large"],
|
| invalid_typed_array_length: ["Length is too large"],
|
| invalid_typed_array_alignment: ["%0", "of", "%1", "should be a multiple of", "%3"],
|
| + typed_array_set_source_too_large:
|
| + ["Source is too large"],
|
| stack_overflow: ["Maximum call stack size exceeded"],
|
| invalid_time_value: ["Invalid time value"],
|
| // SyntaxError
|
|
|