| Index: runtime/vm/scopes.h
|
| ===================================================================
|
| --- runtime/vm/scopes.h (revision 4199)
|
| +++ runtime/vm/scopes.h (working copy)
|
| @@ -166,6 +166,8 @@
|
| // Check if this scope is nested within the passed in scope.
|
| bool IsNestedWithin(LocalScope* scope) const;
|
|
|
| + // The context level is only set in a scope that is either the owner scope of
|
| + // a captured variable or that is the owner scope of a context.
|
| bool HasContextLevel() const {
|
| return context_level_ != kUnitializedContextLevel_;
|
| }
|
|
|