Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_ia32.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 10341) |
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy) |
| @@ -200,6 +200,9 @@ |
| return &frame_register_allocator_; |
| } |
| + // Returns true if the compiled function has a finally clause. |
| + bool HasFinally() const; |
| + |
| static const int kLocalsOffsetFromFP = (-1 * kWordSize); |
| private: |