| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 32680)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -1135,6 +1135,7 @@
|
| protected:
|
| enum TypeState {
|
| kAllocated, // Initial state.
|
| + kResolved, // Type class and type arguments resolved.
|
| kBeingFinalized, // In the process of being finalized.
|
| kFinalizedInstantiated, // Instantiated type ready for use.
|
| kFinalizedUninstantiated, // Uninstantiated type ready for use.
|
|
|