| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 01692b455c402852983f03658335c1c77d6e7236..39729c9b88510df90d39d0685bae0aa4a7b66f1d 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -324,7 +324,8 @@ namespace internal {
|
| F(EnqueueMicrotask, 1, 1) \
|
| F(RunMicrotasks, 0, 1) \
|
| F(OrdinaryHasInstance, 2, 1) \
|
| - F(IsWasmObject, 1, 1)
|
| + F(IsWasmObject, 1, 1) \
|
| + F(Typeof, 1, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_LITERALS(F) \
|
| F(CreateRegExpLiteral, 4, 1) \
|
|
|