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

Unified Diff: runtime/vm/parser.h

Issue 2740783007: Fix debugger regression in issue 28980 (Closed)
Patch Set: 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..8cc17d1b91dbd46034bf8c0a5286118f3bd9bc2a 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 fucnc_end_pos);
Florian Schneider 2017/03/09 23:58:41 Typo: -> func_end_pos
hausner 2017/03/10 00:10:07 Done.
+ 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