| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index ebf38d3860419fa26b06797608636061ab54dcb9..dcd03a6d49d15e916c105a22330f71802e2a53f6 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -166,6 +166,10 @@ class ParsedFunction : public ZoneAllocated {
|
| Isolate* isolate() const { return thread_->isolate(); }
|
| Zone* zone() const { return thread_->zone(); }
|
|
|
| + // Adds only relevant fields: field must be unique and its guarded_cid()
|
| + // relevant.
|
| + void AddToGuardedFields(const Field* field) const;
|
| +
|
| private:
|
| Thread* thread_;
|
| const Function& function_;
|
|
|