diff options
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r-- | src/wasm-type.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h index 0061b9626..573cd9102 100644 --- a/src/wasm-type.h +++ b/src/wasm-type.h @@ -390,6 +390,9 @@ public: // Get the bottom heap type for this heap type's hierarchy. BasicHeapType getBottom() const; + // Get the top heap type for this heap type's hierarchy. + BasicHeapType getTop() const; + // Get the recursion group for this non-basic type. RecGroup getRecGroup() const; size_t getRecGroupIndex() const; |