Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1142)

Unified Diff: runtime/vm/object.h

Issue 1033483002: Separate is_debuggable and is_visible again. The outer async functions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) \

Powered by Google App Engine
This is Rietveld 408576698