| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index 2c281e7c14a122364c2ec128ebb8206f0038a920..4846add6c4471240690004a2ad77c30588ab2ab4 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -432,6 +432,9 @@ size_t hash_value(CreateArgumentsParameters const&);
|
|
|
| std::ostream& operator<<(std::ostream&, CreateArgumentsParameters const&);
|
|
|
| +const CreateArgumentsParameters& CreateArgumentsParametersOf(
|
| + const Operator* op);
|
| +
|
|
|
| // Defines shared information for the closure that should be created. This is
|
| // used as a parameter by JSCreateClosure operators.
|
|
|