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

Unified Diff: runtime/observatory/lib/src/models/objects/bound_field.dart

Issue 2244433003: Converted Observatory refs elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: All element tested Created 4 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/models/objects/bound_field.dart
diff --git a/runtime/observatory/lib/src/models/repositories/script.dart b/runtime/observatory/lib/src/models/objects/bound_field.dart
similarity index 73%
copy from runtime/observatory/lib/src/models/repositories/script.dart
copy to runtime/observatory/lib/src/models/objects/bound_field.dart
index 3073c2ea21e74d7dad726b76e2043a83e3a32a3a..cf2a38f632d72081cce25e080ff1f4ca2a1b34ba 100644
--- a/runtime/observatory/lib/src/models/repositories/script.dart
+++ b/runtime/observatory/lib/src/models/objects/bound_field.dart
@@ -4,6 +4,7 @@
part of models;
-abstract class ScriptRepository {
- Future<Script> get(String id);
+abstract class BoundField {
+ FieldRef get decl;
+ Guarded<InstanceRef> get value;
}

Powered by Google App Engine
This is Rietveld 408576698