| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 2c18c69863f752bb40f7a4c3ab289fcf8f1b7067..ffceea054e9b761a23fe27c1135fb8f54f8fbaef 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2085,6 +2085,8 @@ class Field : public Object {
|
| // Deoptimize all dependent code objects.
|
| void DeoptimizeDependentCode() const;
|
|
|
| + bool IsUninitialized() const;
|
| +
|
| // Constructs getter and setter names for fields and vice versa.
|
| static RawString* GetterName(const String& field_name);
|
| static RawString* GetterSymbol(const String& field_name);
|
|
|