| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 5dcee9bc538a4b81fc293f9cec7f55dc9f0a147a..6b6d9c35e6f7ba4b12c3aa84e5b64a86852d49e3 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -318,7 +318,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) \
|
|
|