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

Unified Diff: src/ast.cc

Issue 652183002: Always initialize key_type_ in AST nodes (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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/ast.h ('k') | src/ic/ic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast.cc
diff --git a/src/ast.cc b/src/ast.cc
index 60db9132104dcc09c63357e104d9adb8de537226..f6dec89f612d84e7156f80135b38b364a84d01e5 100644
--- a/src/ast.cc
+++ b/src/ast.cc
@@ -105,6 +105,7 @@ Assignment::Assignment(Zone* zone, Token::Value op, Expression* target,
value_(value),
binary_operation_(NULL),
is_uninitialized_(false),
+ key_type_(ELEMENT),
store_mode_(STANDARD_STORE) {}
« no previous file with comments | « src/ast.h ('k') | src/ic/ic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698