Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index adc523bb38d591b2bf732388d09597778d1be133..8d9b54ba4cd6e789a52c8563fefaabb37c5a1348 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -315,7 +315,8 @@ namespace internal { |
F(GetOrdinaryHasInstance, 0, 1) \ |
F(GetAndResetRuntimeCallStats, 0, 1) \ |
F(EnqueueMicrotask, 1, 1) \ |
- F(RunMicrotasks, 0, 1) |
+ F(RunMicrotasks, 0, 1) \ |
+ F(WasmGetFunctionName, 2, 1) |
#define FOR_EACH_INTRINSIC_JSON(F) \ |
F(QuoteJSONString, 1, 1) \ |