| Scope Properties | 
The Scope type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | EndLocation | 
            Location in the source code where scope ends
             | 
|  | Name | 
            Name
             | 
|  | Object | 
            Object representing the scope. For `global` and `with` scopes it represents the actual
            object; for the rest of the scopes, it is artificial transient object enumerating scope
            variables as its properties.
             | 
|  | StartLocation | 
            Location in the source code where scope starts
             | 
|  | Type | 
            Scope type.
             | 
 See Also
See Also