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

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
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index a8d64c89febd285cd1cec996e88256aa96a89645..648b706ab9655200d40e06cd8843638c5312b590 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -6580,6 +6580,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();
}
« runtime/vm/isolate.cc ('K') | « 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