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

Unified Diff: test/mjsunit/wasm/wasm-constants.js

Issue 1763433002: [wasm] Rework encoding of local declarations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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: test/mjsunit/wasm/wasm-constants.js
diff --git a/test/mjsunit/wasm/wasm-constants.js b/test/mjsunit/wasm/wasm-constants.js
index 264c09229320cde47cf99d7cf5244d389aa3a233..fddc288f97019aff9687a0bd489ce3fa7812e1a2 100644
--- a/test/mjsunit/wasm/wasm-constants.js
+++ b/test/mjsunit/wasm/wasm-constants.js
@@ -47,6 +47,8 @@ function bytesWithHeader() {
return buffer;
}
+var kDeclNoLocals = 0;
+
// Section declaration constants
var kDeclMemory = 0x00;
var kDeclSignatures = 0x01;

Powered by Google App Engine
This is Rietveld 408576698