Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index 35f3255fd911f00a503d868faeea11822e87ecfe..2813318e583341efb07304324b9c29548f2e24e6 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -94,6 +94,7 @@ var kMessages = { |
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"], |
+ invalid_weakset_value: ["Invalid value used as weak set value"], |
not_date_object: ["this is not a Date object."], |
observe_non_object: ["Object.", "%0", " cannot ", "%0", " non-object"], |
observe_non_function: ["Object.", "%0", " cannot deliver to non-function"], |