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

Unified Diff: src/messages.h

Issue 1156573002: [strong] Implement per-object restrictions behaviour of delete operator (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: cl feedback Created 5 years, 7 months 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
« no previous file with comments | « src/elements.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index d0b9d310003171137c692a1ede09018bbc607b9e..a80152f56741c71d08124fe4a9d92e27180dd96d 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -226,6 +226,8 @@ class CallSite {
T(StrictReadOnlyProperty, "Cannot assign to read only property '%' of %") \
T(StrongArity, \
"In strong mode, calling a function with too few arguments is deprecated") \
+ T(StrongDeleteProperty, \
+ "On strong object %, deletion of property % is deprecated") \
T(StrongImplicitCast, "In strong mode, implicit conversions are deprecated") \
T(StrongSetProto, \
"On strong object %, redefining the internal prototype is deprecated") \
« no previous file with comments | « src/elements.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698