| Index: src/scopes.h
|
| diff --git a/src/scopes.h b/src/scopes.h
|
| index d909b81fc1f420d41ca273e702522c70b015ad2c..7ac363f4eee8d39a48380bbc348bd1fddecf8b38 100644
|
| --- a/src/scopes.h
|
| +++ b/src/scopes.h
|
| @@ -289,6 +289,10 @@ class Scope: public ZoneObject {
|
| int ContextChainLength(Scope* scope);
|
|
|
| // ---------------------------------------------------------------------------
|
| + // Strict mode support.
|
| + bool IsParameterDeclared(Handle<String> name);
|
| +
|
| + // ---------------------------------------------------------------------------
|
| // Debugging.
|
|
|
| #ifdef DEBUG
|
|
|