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

Unified Diff: runtime/observatory/lib/src/elements/function_view.html

Issue 1440753002: Include field reference with implicit getter / setter functions (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | runtime/observatory/lib/src/service/object.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/function_view.html
diff --git a/runtime/observatory/lib/src/elements/function_view.html b/runtime/observatory/lib/src/elements/function_view.html
index 2119fa8776079e06cbcc32037d30f296951699fd..19c472751f6a4095685fbcd2f9fd75cec27edee5 100644
--- a/runtime/observatory/lib/src/elements/function_view.html
+++ b/runtime/observatory/lib/src/elements/function_view.html
@@ -46,6 +46,14 @@
<any-service-ref ref="{{ function.dartOwner }}"></any-service-ref>
</div>
</div>
+ <template if="{{ function.field != null }}">
+ <div class="memberItem">
+ <div class="memberName">field</div>
+ <div class="memberValue">
+ <any-service-ref ref="{{ function.field }}"></any-service-ref>
+ </div>
+ </div>
+ </template>
<div class="memberItem">
<div class="memberName">script</div>
<div class="memberValue">
« no previous file with comments | « no previous file | runtime/observatory/lib/src/service/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698