Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 38949) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -499,6 +499,7 @@ |
| RawString* name_; |
| RawString* user_name_; |
| RawArray* functions_; |
|
Ivan Posva
2014/08/06 23:37:39
Maybe we should make these two field act as a unio
koda
2014/08/11 19:26:51
Added TODO to eliminate code that depends on the o
|
| + RawArray* functions_hash_table_; |
| RawArray* fields_; |
| RawArray* offset_in_words_to_field_; |
| RawGrowableObjectArray* closure_functions_; // Local functions and literals. |