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

Unified Diff: src/messages.h

Issue 1831053003: Check for proper types from error handling code (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: regression test Created 4 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
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index dac623fa8f3199c5fad858775e5b5bced0fcd50a..acd45f96d4000f8c7282ffbcf71c8383fa3a6a0a 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -100,6 +100,7 @@ class CallSite {
T(CalledOnNullOrUndefined, "% called on null or undefined") \
T(CallSiteExpectsFunction, \
"CallSite expects function as second argument, got %") \
+ T(CallSiteMethod, "CallSite method % expects CallSite as receiver") \
T(CannotConvertToPrimitive, "Cannot convert object to primitive value") \
T(CannotPreventExt, "Cannot prevent extensions") \
T(CannotFreezeArrayBufferView, \

Powered by Google App Engine
This is Rietveld 408576698