| Index: src/scopes.h
|
| diff --git a/src/scopes.h b/src/scopes.h
|
| index d909b81fc1f420d41ca273e702522c70b015ad2c..a5ec25ed7437fd9f7496d3b9b5da536823bbebdf 100644
|
| --- a/src/scopes.h
|
| +++ b/src/scopes.h
|
| @@ -289,6 +289,12 @@ class Scope: public ZoneObject {
|
| int ContextChainLength(Scope* scope);
|
|
|
| // ---------------------------------------------------------------------------
|
| + // Strict mode support.
|
| +
|
| + bool HasDuplicateParameterName();
|
| + bool HasEvalOrArgumentsParameter();
|
| +
|
| + // ---------------------------------------------------------------------------
|
| // Debugging.
|
|
|
| #ifdef DEBUG
|
|
|