| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 8027aaf3c7ceb46e7b2ecfb99ce3f3682a702934..441bb51ff04a10a3eb943d494686ec19f2ea365d 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2022,6 +2022,7 @@ class Function : public Object {
|
| public:
|
| RawString* name() const { return raw_ptr()->name_; }
|
| RawString* PrettyName() const;
|
| + const char* PrettyNameCString() const;
|
| RawString* UserVisibleName() const;
|
| RawString* QualifiedPrettyName() const;
|
| RawString* QualifiedUserVisibleName() const;
|
|
|