summaryrefslogtreecommitdiff
path: root/src/wasm-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r--src/wasm-type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h
index 0df3bfeed..958e14477 100644
--- a/src/wasm-type.h
+++ b/src/wasm-type.h
@@ -141,6 +141,7 @@ public:
bool isRtt() const;
bool isStruct() const;
bool isArray() const;
+ bool isDefaultable() const;
private:
template<bool (Type::*pred)() const> bool hasPredicate() {