Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 0319f745bde9676cb339ab651702f5922291304f..2e9859bae478ba1146dd10e354b7f5a53b530a01 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -416,7 +416,9 @@ namespace internal { |
F(HasInPrototypeChain, 2, 1) \ |
F(CreateIterResultObject, 2, 1) \ |
F(IsAccessCheckNeeded, 1, 1) \ |
- F(CreateDataProperty, 3, 1) |
+ F(CreateDataProperty, 3, 1) \ |
+ F(LoadModuleExport, 1, 1) \ |
+ F(StoreModuleExport, 2, 1) |
#define FOR_EACH_INTRINSIC_OPERATORS(F) \ |
F(Multiply, 2, 1) \ |
@@ -475,6 +477,7 @@ namespace internal { |
F(NewClosure_Tenured, 1, 1) \ |
F(NewScriptContext, 2, 1) \ |
F(NewFunctionContext, 1, 1) \ |
+ F(PushModuleContext, 3, 1) \ |
F(PushWithContext, 3, 1) \ |
F(PushCatchContext, 4, 1) \ |
F(PushBlockContext, 2, 1) \ |