| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 452e57257abf5d9eddba3eb18a03a6c5a29e33a3..9c1e1471eb25359f17b8da9898fadfe7b59b4c99 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -4827,6 +4827,9 @@ class String : public Instance {
|
| static RawString* ToLowerCase(const String& str,
|
| Heap::Space space = Heap::kNew);
|
|
|
| + static RawString* IdentifierPrettyName(const String& name);
|
| + static RawString* IdentifierPrettyNameRetainPrivate(const String& name);
|
| +
|
| static bool EqualsIgnoringPrivateKey(const String& str1,
|
| const String& str2);
|
|
|
|
|