Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index b3bc2e29ae5c2fed62ad359d7c35c4dd3a907198..7da76cc0a8afb6bf25a757c1a7a21780afa69bf6 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -882,7 +882,9 @@ namespace internal { |
F(HasFixedFloat32Elements, 1, 1) \ |
F(HasFixedFloat64Elements, 1, 1) \ |
F(HasFixedUint8ClampedElements, 1, 1) \ |
- F(SpeciesProtector, 0, 1) |
+ F(SpeciesProtector, 0, 1) \ |
+ F(SerializeWasmModule, 1, 1) \ |
+ F(DeserializeWasmModule, 1, 1) |
#define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \ |
F(ArrayBufferGetByteLength, 1, 1) \ |