Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 23bb3b915c5c7a389ce184e76a989bba94a2495a..6a0c0ffb04093bf58e555038739c749b5186a923 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -314,7 +314,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) \ |