| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index 07dbe2f0da24708b6a7aec9c0dcbd08d45c7bf86..7214c834436b183b4e575d4401ee0f762fee6c28 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -492,9 +492,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) \
 | 
| 
 |