| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index d22e070b0e51f7856cc47726e40ce3cac30e54bb..af3f158ac9226a74ee924362fb8740cda1b72451 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) \
|
|
|