Chromium Code Reviews| Index: src/messages.js |
| diff --git a/src/messages.js b/src/messages.js |
| index e46750f05185e16b1986b60d5cbfa2abd5df60b5..b819724a1034957e0422da4deb6fd8176db5140f 100644 |
| --- a/src/messages.js |
| +++ b/src/messages.js |
| @@ -202,6 +202,7 @@ function FormatMessage(message) { |
| "proxy_non_object_prop_names", ["Trap '", "%1", "' returned non-object ", "%0"], |
| "proxy_repeated_prop_name", ["Trap '", "%1", "' returned repeated property name '", "%2", "'"], |
| "invalid_weakmap_key", ["Invalid value used as weak map key"], |
| + "not_date_object", ["this is not a Date object."], |
|
Erik Corry
2012/09/07 09:22:33
We normally use the word "Receiver", rather than '
|
| // RangeError |
| "invalid_array_length", ["Invalid array length"], |
| "stack_overflow", ["Maximum call stack size exceeded"], |