Index: src/x64/virtual-frame-x64.h |
=================================================================== |
--- src/x64/virtual-frame-x64.h (revision 4098) |
+++ src/x64/virtual-frame-x64.h (working copy) |
@@ -416,6 +416,8 @@ |
// the frame. Nip(k) is equivalent to x = Pop(), Drop(k), Push(x). |
inline void Nip(int num_dropped); |
+ inline void SetTypeForLocalAt(int index, NumberInfo info); |
+ |
private: |
static const int kLocal0Offset = JavaScriptFrameConstants::kLocal0Offset; |
static const int kFunctionOffset = JavaScriptFrameConstants::kFunctionOffset; |