Chromium Code Reviews

Unified Diff: src/messages.js

Issue 19678023: ES6: Implement WeakSet (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/mark-compact.cc ('k') | src/object-observe.js » ('j') | src/objects.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/messages.js
diff --git a/src/messages.js b/src/messages.js
index 35f3255fd911f00a503d868faeea11822e87ecfe..761b31137171f6c40adf341db598ff3d29fd624b 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 in weak set"],
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"],
« no previous file with comments | « src/mark-compact.cc ('k') | src/object-observe.js » ('j') | src/objects.h » ('J')

Powered by Google App Engine