Chromium Code Reviews| Index: src/messages.js |
| diff --git a/src/messages.js b/src/messages.js |
| index 9131d816ab210d4b17decb425df62c9b9e3a1c08..d7bf751f472406a6f8affecb744c4752d1cd2753 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_long: |
| + ["Source is too long"], |
|
rossberg
2013/05/07 13:53:23
"long" sounds weird, I'd say "large"
Dmitry Lomov (no reviews)
2013/05/07 14:20:00
Done.
|
| stack_overflow: ["Maximum call stack size exceeded"], |
| invalid_time_value: ["Invalid time value"], |
| // SyntaxError |