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

Unified Diff: runtime/vm/object.h

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.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 62a5b2dbe6d1a43ba477ec39e29fa1022f309e61..c831c576507338292c0c668c8bd01983096b23f8 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2039,6 +2039,7 @@ class Function : public Object {
RawString* UserVisibleName() const;
RawString* QualifiedPrettyName() const;
RawString* QualifiedUserVisibleName() const;
+ const char* QualifiedUserVisibleNameCString() const;
virtual RawString* DictionaryName() const { return name(); }
RawString* GetSource() const;

Powered by Google App Engine
This is Rietveld 408576698