Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 10341) |
| +++ runtime/vm/object.h (working copy) |
| @@ -1503,6 +1503,9 @@ |
| bool is_optimizable() const { return raw()->IsOptimizable(); } |
| void set_is_optimizable(bool value) const; |
| + bool has_finally() const { return raw()->HasFinally(); } |
| + void set_has_finally(bool value) const; |
| + |
| bool is_native() const { return raw()->IsNative(); } |
| void set_is_native(bool value) const; |