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

Unified Diff: tools/v8heapconst.py

Issue 2964943002: [wasm] Introduce instance types for WebAssembly.* objects. (Closed)
Patch Set: Address rossberg comments. Created 3 years, 5 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 | « test/cctest/wasm/test-run-wasm-module.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/v8heapconst.py
diff --git a/tools/v8heapconst.py b/tools/v8heapconst.py
index 3a320d8ba36b1203ae4812297dc7f3f31f1e5160..4170b68d9225b258bef3e5e14e0e5217c294d9a5 100644
--- a/tools/v8heapconst.py
+++ b/tools/v8heapconst.py
@@ -148,8 +148,12 @@ INSTANCE_TYPES = {
244: "JS_FAST_DOUBLE_ARRAY_VALUE_ITERATOR_TYPE",
245: "JS_FAST_HOLEY_DOUBLE_ARRAY_VALUE_ITERATOR_TYPE",
246: "JS_GENERIC_ARRAY_VALUE_ITERATOR_TYPE",
- 247: "JS_BOUND_FUNCTION_TYPE",
- 248: "JS_FUNCTION_TYPE",
+ 247: "WASM_INSTANCE_TYPE",
+ 248: "WASM_MEMORY_TYPE",
+ 249: "WASM_MODULE_TYPE",
+ 250: "WASM_TABLE_TYPE",
+ 251: "JS_BOUND_FUNCTION_TYPE",
+ 252: "JS_FUNCTION_TYPE",
}
# List of known V8 maps.
« no previous file with comments | « test/cctest/wasm/test-run-wasm-module.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698