Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 627a9ce6d83b1a1c2102cad15d1e34acba112662..5838007c3ef5814ddf467cf9e2b7fe091f894abe 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -920,7 +920,9 @@ namespace internal { |
F(DataViewSetFloat32, 4, 1) \ |
F(DataViewSetFloat64, 4, 1) |
-#define FOR_EACH_INTRINSIC_WASM(F) F(WasmGrowMemory, 1, 1) |
+#define FOR_EACH_INTRINSIC_WASM(F) \ |
+ F(WasmGrowMemory, 1, 1) \ |
+ F(WasmThrowTypeError, 0, 1) |
#define FOR_EACH_INTRINSIC_RETURN_PAIR(F) \ |
F(LoadLookupSlotForCall, 1, 2) |