| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index b8b4915ace6add34cb9f15d9639a76a6a18b6fea..75ccb351396b173ccef3c6c89576237914ebca1b 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -1875,6 +1875,8 @@ class Function : public Object {
|
| // ast printing. The special ':' character, if present, is replaced by '_'.
|
| const char* ToFullyQualifiedCString() const;
|
|
|
| + const char* ToLibNamePrefixedQualifiedCString() const;
|
| +
|
| const char* ToQualifiedCString() const;
|
|
|
| // Returns true if this function has parameters that are compatible with the
|
|
|