Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(615)

Unified Diff: runtime/vm/object.h

Issue 24631003: Add proper API for creating private symbols wrt a library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: amend tests Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 2c18c69863f752bb40f7a4c3ab289fcf8f1b7067..525dcbeb79e0ddb9ea4fc78b37fb838ad08a1d26 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -4775,6 +4775,10 @@ class String : public Instance {
static RawString* ToLowerCase(const String& str,
Heap::Space space = Heap::kNew);
+ static RawString* StripAccessorPrefix(const String& name);
+ static RawString* StripPrivateMangling(const String& name);
+ static RawString* IdentifierPrettyName(const String& name);
+
static bool EqualsIgnoringPrivateKey(const String& str1,
const String& str2);
« no previous file with comments | « runtime/vm/bootstrap_natives.h ('k') | runtime/vm/object.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698