summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 7b895a0cf..eb5c15514 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1971,6 +1971,7 @@ public:
Name getLocalName(Index index);
Index getLocalIndex(Name name);
+ bool hasLocalIndex(Name name) const;
Index getVarIndexBase();
Type getLocalType(Index index);