| Index: src/ia32/virtual-frame-ia32.h
|
| ===================================================================
|
| --- src/ia32/virtual-frame-ia32.h (revision 4066)
|
| +++ src/ia32/virtual-frame-ia32.h (working copy)
|
| @@ -422,6 +422,9 @@
|
| // the frame. Nip(k) is equivalent to x = Pop(), Drop(k), Push(x).
|
| inline void Nip(int num_dropped);
|
|
|
| + // Update the type information of a local variable frame element directly.
|
| + inline void SetTypeForLocalAt(int index, NumberInfo info);
|
| +
|
| private:
|
| static const int kLocal0Offset = JavaScriptFrameConstants::kLocal0Offset;
|
| static const int kFunctionOffset = JavaScriptFrameConstants::kFunctionOffset;
|
|
|