Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 2e9859bae478ba1146dd10e354b7f5a53b530a01..0319f745bde9676cb339ab651702f5922291304f 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -416,9 +416,7 @@ |
F(HasInPrototypeChain, 2, 1) \ |
F(CreateIterResultObject, 2, 1) \ |
F(IsAccessCheckNeeded, 1, 1) \ |
- F(CreateDataProperty, 3, 1) \ |
- F(LoadModuleExport, 1, 1) \ |
- F(StoreModuleExport, 2, 1) |
+ F(CreateDataProperty, 3, 1) |
#define FOR_EACH_INTRINSIC_OPERATORS(F) \ |
F(Multiply, 2, 1) \ |
@@ -477,7 +475,6 @@ |
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) \ |