summaryrefslogtreecommitdiff
path: root/include/wabt/binary-reader-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wabt/binary-reader-logging.h')
-rw-r--r--include/wabt/binary-reader-logging.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wabt/binary-reader-logging.h b/include/wabt/binary-reader-logging.h
index fd166011..4a031f74 100644
--- a/include/wabt/binary-reader-logging.h
+++ b/include/wabt/binary-reader-logging.h
@@ -232,7 +232,10 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Address alignment_log2,
Address offset) override;
Result OnThrowExpr(Index tag_index) override;
+ Result OnThrowRefExpr() override;
Result OnTryExpr(Type sig_type) override;
+ Result OnTryTableExpr(Type sig_type,
+ const CatchClauseVector& catches) override;
Result OnUnaryExpr(Opcode opcode) override;
Result OnTernaryExpr(Opcode opcode) override;
Result OnUnreachableExpr() override;