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

Unified Diff: src/ast.h

Issue 6814012: Strict mode fixes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 8 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/ast.h
diff --git a/src/ast.h b/src/ast.h
index cc27c202f6abdedab3afd20e66ce2fd94c177c6d..0fe07e742cdbf3a15e40e8054a3a134b9f13a45f 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -1785,7 +1785,6 @@ class FunctionLiteral: public Expression {
int end_position_;
bool is_expression_;
bool contains_loops_;
- bool strict_mode_;
Martin Maly 2011/04/07 10:07:07 Unused :( I moved it to scope and didn't remove fr
int function_token_position_;
Handle<String> inferred_name_;
bool pretenure_;

Powered by Google App Engine
This is Rietveld 408576698