Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index f40afa939e8895e795d6a80a42f222cd0963b6f1..186f282a432373f866dbb7a89c271ff519176479 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -685,6 +685,7 @@ class FullCodeGenerator: public AstVisitor { |
bool is_eval() { return info_->is_eval(); } |
bool is_native() { return info_->is_native(); } |
LanguageMode language_mode() { return function()->language_mode(); } |
+ bool is_simple_parameter_list() { return info_->is_simple_parameter_list(); } |
FunctionLiteral* function() { return info_->function(); } |
Scope* scope() { return scope_; } |