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

Unified Diff: runtime/vm/parser.h

Issue 2740783007: Fix debugger regression in issue 28980 (Closed)
Patch Set: wip 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/debugger.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index a696a2814e9e19fba2629635a918b847b2aa7cfa..d6bdde4f1faf74116918fcaa6e27b613bc460d20 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -666,8 +666,10 @@ class Parser : public ValueObject {
SequenceNode* CloseAsyncFunction(const Function& closure,
SequenceNode* closure_node);
- SequenceNode* CloseAsyncClosure(SequenceNode* body);
- SequenceNode* CloseAsyncTryBlock(SequenceNode* try_block);
+ SequenceNode* CloseAsyncClosure(SequenceNode* body,
+ TokenPosition func_end_pos);
+ SequenceNode* CloseAsyncTryBlock(SequenceNode* try_block,
+ TokenPosition func_end_pos);
SequenceNode* CloseAsyncGeneratorTryBlock(SequenceNode* body);
void AddAsyncClosureParameters(ParamList* params);
« no previous file with comments | « runtime/vm/debugger.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698