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

Unified Diff: runtime/observatory/lib/src/elements/inbound_reference.dart

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/inbound_reference.dart
diff --git a/runtime/observatory/lib/src/elements/inbound_reference.dart b/runtime/observatory/lib/src/elements/inbound_reference.dart
index 39c8644018ea7d4cc77ef4bc635fc42626610316..eb369ba6d26bfae7d357e57b71b8537f6bb847fb 100644
--- a/runtime/observatory/lib/src/elements/inbound_reference.dart
+++ b/runtime/observatory/lib/src/elements/inbound_reference.dart
@@ -14,10 +14,6 @@ class InboundReferenceElement extends ObservatoryElement {
@published ObservableMap ref;
InboundReferenceElement.created() : super.created();
- dynamic get slot => ref['slot'];
- bool get slotIsArrayIndex => slot is num;
- bool get slotIsField => slot is ServiceMap && slot['type'] == '@Field';
-
ServiceObject get source => ref['source'];
// I.e., inbound references to 'source' for recursive pointer chasing.
« no previous file with comments | « runtime/observatory/lib/src/elements/function_view.html ('k') | runtime/observatory/lib/src/elements/inbound_reference.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698