Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index c1f7ca728125c468b50f08c039a683e8aaacf496..45d562e80cb04cc8a6c089144ce67799ab32b106 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -2262,6 +2262,7 @@ class Function : public Object { |
| V(Const, is_const) \ |
| V(Abstract, is_abstract) \ |
| V(Reflectable, is_reflectable) \ |
| + V(Visible, is_visible) \ |
|
hausner
2015/03/23 19:38:25
Please add a description for the visible flag in t
rmacnak
2015/03/23 20:25:35
Done.
|
| V(Debuggable, is_debuggable) \ |
| V(Optimizable, is_optimizable) \ |
| V(Inlinable, is_inlinable) \ |