| Index: src/arm/codegen-arm.h
|
| ===================================================================
|
| --- src/arm/codegen-arm.h (revision 3580)
|
| +++ src/arm/codegen-arm.h (working copy)
|
| @@ -272,6 +272,9 @@
|
|
|
| // Read a value from a slot and leave it on top of the expression stack.
|
| void LoadFromSlot(Slot* slot, TypeofState typeof_state);
|
| + // Store the value on top of the stack to a slot.
|
| + void StoreToSlot(Slot* slot, InitState init_state);
|
| +
|
| void LoadFromGlobalSlotCheckExtensions(Slot* slot,
|
| TypeofState typeof_state,
|
| Register tmp,
|
|
|