Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index 9a2e7460fc3338ae89087f6e5f0f22bce76c7e4e..bf1c31131a85379001ec27136324ab6a68e21e1a 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -684,6 +684,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_; } |