| Index: src/scopes.h
|
| ===================================================================
|
| --- src/scopes.h (revision 1926)
|
| +++ src/scopes.h (working copy)
|
| @@ -278,7 +278,9 @@
|
| // parameter list in source order
|
| ZoneList<Variable*> params_;
|
| // variables that must be looked up dynamically
|
| - ZoneList<Variable*> nonlocals_;
|
| + LocalsMap dynamics_;
|
| + LocalsMap dynamics_local_;
|
| + LocalsMap dynamics_global_;
|
| // unresolved variables referred to from this scope
|
| ZoneList<VariableProxy*> unresolved_;
|
| // declarations
|
|
|