Chromium Code Reviews| Index: src/codegen-ia32.h |
| =================================================================== |
| --- src/codegen-ia32.h (revision 539) |
| +++ src/codegen-ia32.h (working copy) |
| @@ -271,6 +271,7 @@ |
| bool force_cc); |
| void Load(Expression* x, TypeofState typeof_state = NOT_INSIDE_TYPEOF); |
| void LoadGlobal(); |
| + void LoadGlobalReceiver(Register scratch); |
| // Read a value from a slot and leave it on top of the expression stack. |
| void LoadFromSlot(Slot* slot, TypeofState typeof_state); |