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

Unified Diff: runtime/vm/service/service.md

Issue 1166433008: 2nd attempt at adding streamListen/streamCancel to the service protocol. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: fix context objects Created 5 years, 6 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
« no previous file with comments | « runtime/vm/service/message.dart ('k') | runtime/vm/service/vmservice.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/service.md
diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
index 571b96f2d375164a4c93d63aadee1e6bb7f1a189..5286cff9a4466d3d22b677c600004504b90caa02 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -871,6 +871,9 @@ class Context {
// The number of variables in this context.
int length;
+ // The enclosing context for this context.
+ Context parent [optional];
+
// The variables in this context object.
ContextElement[] variables;
}
« no previous file with comments | « runtime/vm/service/message.dart ('k') | runtime/vm/service/vmservice.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698