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

Unified Diff: runtime/vm/service_event.h

Issue 1699153002: Add step OverAwait to service protocol (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/service.md ('k') | runtime/vm/service_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service_event.h
diff --git a/runtime/vm/service_event.h b/runtime/vm/service_event.h
index 45ebb718babd111a2ca5fc1074c4a5a8786c2614..e5afb6d0deb5f857733c9580adaedec4a4ebf416 100644
--- a/runtime/vm/service_event.h
+++ b/runtime/vm/service_event.h
@@ -134,14 +134,6 @@ class ServiceEvent {
exception_ = exception;
}
- const Object* async_continuation() const {
- return async_continuation_;
- }
- void set_async_continuation(const Object* closure) {
- ASSERT(kind_ == kPauseBreakpoint);
- async_continuation_ = closure;
- }
-
bool at_async_jump() const {
return at_async_jump_;
}
@@ -203,7 +195,6 @@ class ServiceEvent {
ActivationFrame* top_frame_;
const String* extension_rpc_;
const Object* exception_;
- const Object* async_continuation_;
bool at_async_jump_;
const Object* inspectee_;
const Heap::GCStats* gc_stats_;
« no previous file with comments | « runtime/vm/service/service.md ('k') | runtime/vm/service_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698