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

Unified Diff: src/parser.h

Issue 7572019: Fix a bug in scope analysis. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix a bug. Created 9 years, 4 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
Index: src/parser.h
diff --git a/src/parser.h b/src/parser.h
index 13a36035852201676e3045773de22495041dc15a..c89c7f554a89e7c4eebcca5fadaebf1227326042 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -554,8 +554,7 @@ class Parser {
enum FunctionLiteralType {
EXPRESSION,
- DECLARATION,
- NESTED
Kevin Millikin (Chromium) 2011/08/04 16:32:09 NESTED was treated the same as EXPRESSION everywhe
+ DECLARATION
};
ZoneList<Expression*>* ParseArguments(bool* ok);

Powered by Google App Engine
This is Rietveld 408576698