| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index fc561da17937a9f6d20e2b7e1e05baf72888500e..7d53babed406dc1db4ee60d3180ddbbaf434df1a 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -464,9 +464,9 @@ namespace internal {
|
| F(PushCatchContext, 3, 1) \
|
| F(PushBlockContext, 2, 1) \
|
| F(PushModuleContext, 2, 1) \
|
| - F(DeleteContextSlot, 2, 1) \
|
| - F(LoadContextSlot, 2, 2) \
|
| - F(LoadContextSlotNoReferenceError, 2, 2) \
|
| + F(DeleteLookupSlot, 2, 1) \
|
| + F(LoadLookupSlot, 2, 2) \
|
| + F(LoadLookupSlotNoReferenceError, 2, 2) \
|
| F(StoreLookupSlot, 4, 1) \
|
| \
|
| /* Declarations and initialization */ \
|
|
|