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

Unified Diff: src/parsing/preparser.h

Issue 2359513002: Remove synthetic unresolved variables from async/await desugaring (Closed)
Patch Set: Fix bug number Created 4 years, 3 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 | « src/parsing/parser-base.h ('k') | test/mjsunit/regress/regress-5405.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/preparser.h
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
index 7a6ee2a5c9debe2b853fbb0b6aa28c7081159625..2d5ac7bba4b76574617a840e8d863d1ce2115d46 100644
--- a/src/parsing/preparser.h
+++ b/src/parsing/preparser.h
@@ -705,7 +705,7 @@ struct ParserTypes<PreParser> {
typedef PreParser Impl;
// PreParser doesn't need to store generator variables.
- typedef void GeneratorVariable;
+ typedef void Variable;
// Return types for traversing functions.
typedef PreParserIdentifier Identifier;
« no previous file with comments | « src/parsing/parser-base.h ('k') | test/mjsunit/regress/regress-5405.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698