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

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

Issue 1300853006: Functions are objects too! (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: update tests Created 5 years, 4 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/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 fee4cb4b3009ae1e485b6738eca4cdcfc65dd42f..2119fa8776079e06cbcc32037d30f296951699fd 100644
--- a/runtime/observatory/lib/src/elements/function_view.html
+++ b/runtime/observatory/lib/src/elements/function_view.html
@@ -27,6 +27,10 @@
<div class="content">
<h1>function {{ function.qualifiedName }}</h1>
+
+ <object-common object="{{ function }}"></object-common>
+ <br>
+
<div class="memberList">
<div class="memberItem">
<div class="memberName">kind</div>
« no previous file with comments | « runtime/observatory/lib/src/elements/field_view.html ('k') | runtime/observatory/lib/src/elements/inbound_reference.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698