summaryrefslogtreecommitdiff
path: root/src/wasm-s-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r--src/wasm-s-parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h
index 6b2ddd711..0829a35f2 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -314,6 +314,8 @@ private:
Expression* makeStringWTF16Get(Element& s);
Expression* makeStringIterNext(Element& s);
Expression* makeStringIterMove(Element& s, StringIterMoveOp op);
+ Expression* makeStringSliceWTF(Element& s, StringSliceWTFOp op);
+ Expression* makeStringSliceIter(Element& s);
// Helper functions
Type parseOptionalResultType(Element& s, Index& i);