Scope

sealed external interface Scope(source)

Scope description.

Properties

Link copied to clipboard
abstract var endLocation: Location?

Location in the source code where scope ends

Link copied to clipboard
abstract var name: String?
Link copied to clipboard
abstract var object: RemoteObject

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.

Link copied to clipboard
abstract var startLocation: Location?

Location in the source code where scope starts

Link copied to clipboard
abstract var type: String

Scope type.