Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: src/messages.h

Issue 1479543002: [proxies] Implement [[Delete]]. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix typo Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index 975b07af521112e0cb2713494a3783d5b15c45c1..4b0a958169c065b409468b9a7eaffe6cac400207 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -181,8 +181,9 @@ class CallSite {
T(ProtoObjectOrNull, "Object prototype may only be an Object or null: %") \
T(PrototypeParentNotAnObject, \
"Class extends value does not have valid prototype property %") \
- T(ProxyHandlerDeleteFailed, \
- "Proxy handler % did not return a boolean value from 'delete' trap") \
+ T(ProxyDeletePropertyViolatesInvariant, \
+ "Trap 'deleteProperty' returned true but property '%' is not configurable" \
+ " in the proxy target") \
T(ProxyHandlerNonObject, "Cannot create proxy with non-object as handler") \
T(ProxyHandlerReturned, "Proxy handler % returned % from '%' trap") \
T(ProxyHandlerTrapMissing, "Proxy handler % has no '%' trap") \
« no previous file with comments | « src/builtins.cc ('k') | src/objects.h » ('j') | test/mjsunit/harmony/proxies-delete-property.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698