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

Unified Diff: runtime/vm/object.cc

Issue 1170503004: Initial Timeline Events (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « runtime/vm/object.h ('k') | runtime/vm/service_isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 4a45437f71644ec831ef82f2803e7389758f21ff..6a5830bacb4d19749267ccd873e81eed06b7e8a8 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -6604,6 +6604,12 @@ RawString* Function::PrettyName() const {
}
+const char* Function::QualifiedUserVisibleNameCString() const {
+ const String& str = String::Handle(QualifiedUserVisibleName());
+ return str.ToCString();
+}
+
+
RawString* Function::UserVisibleName() const {
return PrettyName();
}
« no previous file with comments | « runtime/vm/object.h ('k') | runtime/vm/service_isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698