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

Unified Diff: src/arm/codegen-arm.h

Issue 6286043: Direct call to eval passes strict mode through. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Extra argument to Resolve*Eval* Created 9 years, 11 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 | « no previous file | src/arm/codegen-arm.cc » ('j') | src/compilation-cache.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm/codegen-arm.h
diff --git a/src/arm/codegen-arm.h b/src/arm/codegen-arm.h
index 589e704b5128ebf17664b2fbd69bd24f2d2097e1..96b50a0df1355d044762ffe95e8da7d61b3f0dcd 100644
--- a/src/arm/codegen-arm.h
+++ b/src/arm/codegen-arm.h
@@ -286,6 +286,7 @@ class CodeGenerator: public AstVisitor {
// Accessors
inline bool is_eval();
+ inline bool is_strict();
inline Scope* scope();
// Generating deferred code.
« no previous file with comments | « no previous file | src/arm/codegen-arm.cc » ('j') | src/compilation-cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698