Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 25677) |
| +++ runtime/vm/object.h (working copy) |
| @@ -3821,6 +3821,7 @@ |
| (raw_ptr()->type_state_ == RawType::kFinalizedUninstantiated); |
| } |
| void SetIsFinalized() const; |
| + void ResetIsFinalized() const; // Ignore current state and set again. |
| virtual bool IsBeingFinalized() const { |
| return raw_ptr()->type_state_ == RawType::kBeingFinalized; |
| } |