| Index: src/codegen-ia32.h
|
| ===================================================================
|
| --- src/codegen-ia32.h (revision 1322)
|
| +++ src/codegen-ia32.h (working copy)
|
| @@ -395,6 +395,9 @@
|
|
|
| Operand SlotOperand(Slot* slot, Register tmp);
|
|
|
| + Operand ContextSlotOperandCheckExtensions(Slot* slot,
|
| + Result tmp,
|
| + JumpTarget* slow);
|
|
|
| // Expressions
|
| Operand GlobalObject() const {
|
| @@ -439,6 +442,9 @@
|
|
|
| // Read a value from a slot and leave it on top of the expression stack.
|
| void LoadFromSlot(Slot* slot, TypeofState typeof_state);
|
| + Result LoadFromGlobalSlotCheckExtensions(Slot* slot,
|
| + TypeofState typeof_state,
|
| + JumpTarget* slow);
|
|
|
| // Store the value on top of the expression stack into a slot, leaving the
|
| // value in place.
|
|
|