Chromium Code Reviews| Index: src/x64/codegen-x64.h |
| diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h |
| index 4392829195479f264237fb537ff37ddf7a67c0ab..118aa379266182ee708859d1df7d33dcf0b776eb 100644 |
| --- a/src/x64/codegen-x64.h |
| +++ b/src/x64/codegen-x64.h |
| @@ -357,6 +357,7 @@ class CodeGenerator: public AstVisitor { |
| // Accessors |
| inline bool is_eval(); |
| inline Scope* scope(); |
| + inline bool is_strict_mode(); |
| inline StrictModeFlag strict_mode_flag(); |
| // Generating deferred code. |