| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 39196)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -949,7 +949,7 @@
|
| // Returns true if non-static fields are defined.
|
| bool HasInstanceFields() const;
|
|
|
| - // TODO(koda): Avoid VM service indexing into this array; unite w/ hash table.
|
| + // TODO(koda): Unite w/ hash table.
|
| RawArray* functions() const { return raw_ptr()->functions_; }
|
| void SetFunctions(const Array& value) const;
|
| void AddFunction(const Function& function) const;
|
|
|