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

Unified Diff: src/parser.h

Issue 1431873006: Use a single Token::INIT for all variable initialization (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix arm, simplify fvar code Created 5 years, 1 month 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/full-codegen/x87/full-codegen-x87.cc ('k') | src/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parser.h
diff --git a/src/parser.h b/src/parser.h
index b674a9d2e2323d8014edceab988c52474e0c6ca3..749e0a6fe1fa9aa94184886c4fd99e987378f341 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -985,7 +985,6 @@ class Parser : public ParserBase<ParserTraits> {
bool needs_init;
int declaration_pos;
int initialization_pos;
- Token::Value init_op;
Kind declaration_kind;
};
« no previous file with comments | « src/full-codegen/x87/full-codegen-x87.cc ('k') | src/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698