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

Unified Diff: src/messages.h

Issue 2671553006: Allow global prototype to be a Proxy (Closed)
Patch Set: update bytecode Created 3 years, 9 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 | « no previous file | src/objects.cc » ('j') | test/cctest/interpreter/bytecode_expectations/ForAwaitOf.golden » ('J')
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 4bdfcce0c1171e53c7cc56f3b99bd95a6a2baeac..d6eb9afbfe9899726bebca52e8442edf5bfb02c0 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -450,7 +450,6 @@ class ErrorUtils : public AllStatic {
T(ProxyTrapReturnedFalsish, "'%' on proxy: trap returned falsish") \
T(ProxyTrapReturnedFalsishFor, \
"'%' on proxy: trap returned falsish for property '%'") \
- T(ReadGlobalReferenceThroughProxy, "Trying to access '%' through proxy") \
T(RedefineDisallowed, "Cannot redefine property: %") \
T(RedefineExternalArray, \
"Cannot redefine a property of an object with external array elements") \
« no previous file with comments | « no previous file | src/objects.cc » ('j') | test/cctest/interpreter/bytecode_expectations/ForAwaitOf.golden » ('J')

Powered by Google App Engine
This is Rietveld 408576698