Index: runtime/vm/raw_object.h |
=================================================================== |
--- runtime/vm/raw_object.h (revision 23883) |
+++ runtime/vm/raw_object.h (working copy) |
@@ -758,6 +758,7 @@ |
RawScript* script_; |
RawString* private_key_; |
RawArray* dictionary_; // Top-level names in this library. |
+ RawGrowableObjectArray* metadata_; // Metadata on classes, methods etc. |
RawArray* anonymous_classes_; // Classes containing top-level elements. |
RawArray* imports_; // List of Namespaces imported without prefix. |
RawArray* exports_; // List of re-exported Namespaces. |