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

Unified Diff: src/messages.h

Issue 2051043002: Implement Wasm GrowMemory opcode as a wasm runtime call (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review changes 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
« no previous file with comments | « src/compiler/wasm-compiler.cc ('k') | src/runtime/runtime.h » ('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 682105d5d69e4ed7a743fe28aa172bb0be0de248..8bd41f325b0ec7d1cae43e525a22f456395e6288 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -489,7 +489,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(WasmTrapMemAllocationFail, "failed to allocate memory")
class MessageTemplate {
public:
« no previous file with comments | « src/compiler/wasm-compiler.cc ('k') | src/runtime/runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698