Chromium Code Reviews| Index: src/jump-target-light.h |
| =================================================================== |
| --- src/jump-target-light.h (revision 4715) |
| +++ src/jump-target-light.h (working copy) |
| @@ -74,6 +74,8 @@ |
| inline CodeGenerator* cgen(); |
| + Label* entry_label() { return &entry_label_; } |
| + |
| const VirtualFrame* entry_frame() const { |
| return entry_frame_set_ ? &entry_frame_ : NULL; |
| } |