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

Unified Diff: src/types.cc

Issue 1912103002: [wasm] Store function names in the wasm object (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@wasm-offset-table-2
Patch Set: fix gcmole and signed/unsigned comparison issue Created 4 years, 8 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/types.cc
diff --git a/src/types.cc b/src/types.cc
index eed80db8205aabf8f74339871b5292fffbb480bb..7004727ce221bab11e1a533c3af017a5b07c7a22 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -225,6 +225,7 @@ Type::bitset BitsetType::Lub(i::Map* map) {
case JS_WEAK_SET_TYPE:
case JS_PROMISE_TYPE:
case JS_BOUND_FUNCTION_TYPE:
+ case JS_WASM_TYPE:
DCHECK(!map->is_undetectable());
return kOtherObject;
case JS_FUNCTION_TYPE:

Powered by Google App Engine
This is Rietveld 408576698