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

Unified Diff: src/messages.h

Issue 2049513003: [wasm] Support undefined indirect table entries, behind a flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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 94b7512f3b1587ae06e28c62b21d2fa268901500..1c4a1e392782621e12277fd08c67894e683bf731 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -483,7 +483,8 @@ class CallSite {
T(WasmTrapRemByZero, "remainder by zero") \
T(WasmTrapFloatUnrepresentable, "integer result unrepresentable") \
T(WasmTrapFuncInvalid, "invalid function") \
- T(WasmTrapFuncSigMismatch, "function signature mismatch")
+ T(WasmTrapFuncSigMismatch, "function signature mismatch") \
+ T(WasmTrapDefaultFuncCall, "default function call")
bradn 2016/06/14 02:02:46 I don't think we want to pay for a separate check.
class MessageTemplate {
public:
« src/flag-definitions.h ('K') | « src/flag-definitions.h ('k') | src/wasm/wasm-module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698