deno.com

interface Debugger.Scope

Scope description.

Properties #

#type: string

Scope type.

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.

#name: string | undefined
optional
#startLocation: Location | undefined
optional

Location in the source code where scope starts

#endLocation: Location | undefined
optional

Location in the source code where scope ends