Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index e17a6885896f9629280ff31cf0aece038cc8f093..7cdff618cfdd18492beae47a44bc8d675a8c1bc6 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -363,6 +363,7 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_MATHS(F) F(GenerateRandomNumbers, 0, 1) |
#define FOR_EACH_INTRINSIC_MODULE(F) \ |
+ F(DynamicImportCall, 1, 1) \ |
F(GetModuleNamespace, 1, 1) \ |
F(LoadModuleVariable, 1, 1) \ |
F(StoreModuleVariable, 2, 1) |