Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 2303) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -423,6 +423,7 @@ |
// Read a value from a slot and leave it on top of the expression stack. |
void LoadFromSlot(Slot* slot, TypeofState typeof_state); |
+ void LoadFromSlotCheckForArguments(Slot* slot, TypeofState state); |
Result LoadFromGlobalSlotCheckExtensions(Slot* slot, |
TypeofState typeof_state, |
JumpTarget* slow); |