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

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

Issue 2306483002: Converted Observatory code-view element (Closed)
Patch Set: Fixed tables headers Created 4 years, 3 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/code.dart
diff --git a/runtime/observatory/lib/src/models/objects/code.dart b/runtime/observatory/lib/src/models/objects/code.dart
index ddc759d3dd1d51f452187fcdb588b4078c226fa1..7345716ffd78827349900ab0074366fd86d2959d 100644
--- a/runtime/observatory/lib/src/models/objects/code.dart
+++ b/runtime/observatory/lib/src/models/objects/code.dart
@@ -36,4 +36,7 @@ abstract class CodeRef extends ObjectRef {
}
abstract class Code extends Object implements CodeRef {
+ FunctionRef get function;
+ ObjectPoolRef get objectPool;
+ Iterable<FunctionRef> get inlinedFunctions;
}
« no previous file with comments | « runtime/observatory/lib/src/elements/type_arguments_ref.dart ('k') | runtime/observatory/lib/src/service/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698