| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index e2c77406e6fba6cc227ee8fc3b39f2a5889a1665..b06d4ea8b765b0c61caa403d0401cc34655d2c5f 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -491,9 +491,6 @@ namespace internal {
|
| F(PushWithContext, 2, 1) \
|
| F(PushCatchContext, 3, 1) \
|
| F(PushBlockContext, 2, 1) \
|
| - F(IsJSModule, 1, 1) \
|
| - F(PushModuleContext, 2, 1) \
|
| - F(DeclareModules, 1, 1) \
|
| F(DeleteLookupSlot, 1, 1) \
|
| F(LoadLookupSlot, 1, 1) \
|
| F(LoadLookupSlotInsideTypeof, 1, 1) \
|
|
|