Chromium Code Reviews| Index: src/compiler.cc |
| diff --git a/src/compiler.cc b/src/compiler.cc |
| index 92f8646b4c99d028c748861c08da80b95253570a..26daec77a353e6943b97d7c069405bd72298eb5b 100644 |
| --- a/src/compiler.cc |
| +++ b/src/compiler.cc |
| @@ -308,6 +308,11 @@ void CompilationInfo::EnsureFeedbackVector() { |
| } |
| +bool CompilationInfo::is_simple_parameter_list() { |
| + return scope_->is_simple_parameter_list(); |
| +} |
| + |
| + |
| class HOptimizedGraphBuilderWithPositions: public HOptimizedGraphBuilder { |
| public: |
| explicit HOptimizedGraphBuilderWithPositions(CompilationInfo* info) |