| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index fe2f25c0cbe994802fbbac94469f22be7bfcb5f4..86388d6172a85c95816eefd323d99a53ed5da588 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -322,7 +322,8 @@ namespace internal {
|
| F(GetAndResetRuntimeCallStats, -1 /* <= 2 */, 1) \
|
| F(EnqueueMicrotask, 1, 1) \
|
| F(RunMicrotasks, 0, 1) \
|
| - F(OrdinaryHasInstance, 2, 1)
|
| + F(OrdinaryHasInstance, 2, 1) \
|
| + F(IsWasmObject, 1, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_JSON(F) \
|
| F(QuoteJSONString, 1, 1) \
|
|
|