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

Unified Diff: runtime/vm/symbols.h

Issue 2768103002: Debugger support for step-into async and async* functions. (Closed)
Patch Set: asiva review Created 3 years, 9 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/parser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 2872f99167a5e57901e787a7b4103723e31210e9..0e42591d6093a89c1d653ea9a85f2470572c3c0d 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -126,6 +126,7 @@ class ObjectPointerVisitor;
V(AsyncCatchHelper, "_asyncCatchHelper") \
V(AsyncThenWrapperHelper, "_asyncThenWrapperHelper") \
V(AsyncErrorWrapperHelper, "_asyncErrorWrapperHelper") \
+ V(AsyncStarMoveNextHelper, "_asyncStarMoveNextHelper") \
V(AsyncStackTraceHelper, "_asyncStackTraceHelper") \
V(AsyncAwaitHelper, "_awaitHelper") \
V(Await, "await") \
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698