Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 6536ba22a0de1392fc37f709f725f00cd4667145..9435e0e6562eff4b4e6f91363bcb4866fc449c2c 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -191,7 +191,9 @@ namespace internal { |
F(DebugPopPromise, 0, 1) \ |
F(DebugAsyncTaskEvent, 1, 1) \ |
F(DebugIsActive, 0, 1) \ |
- F(DebugBreakInOptimizedCode, 0, 1) |
+ F(DebugBreakInOptimizedCode, 0, 1) \ |
+ F(GetWasmFunctionOffsetTable, 1, 1) \ |
+ F(DisassembleWasmFunction, 1, 1) |
#define FOR_EACH_INTRINSIC_FORIN(F) \ |
F(ForInDone, 2, 1) \ |