| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 76bac3d757a0e1911868f708c5a68e4729a9daee..e4baaebfcddcdb5584130dd2820da75d9ffe129c 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
|
|
|