Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 989362ba88488f11bfdb8253d8086c426f690f58..38eb51d5a393540e3c3d5504dca514e8211f8b22 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -887,7 +887,8 @@ namespace internal { |
F(SpeciesProtector, 0, 1) \ |
F(SerializeWasmModule, 1, 1) \ |
F(DeserializeWasmModule, 1, 1) \ |
- F(IsAsmWasmCode, 1, 1) |
+ F(IsAsmWasmCode, 1, 1) \ |
+ F(IsNotAsmWasmCode, 1, 1) |
#define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \ |
F(ArrayBufferGetByteLength, 1, 1) \ |