GlobalLexicalScopeNamesRequest

@Serializable
data class GlobalLexicalScopeNamesRequest(val executionContextId: ExecutionContextId? = null)(source)

Request object containing input parameters for the RuntimeDomain.globalLexicalScopeNames command.

Constructors

Link copied to clipboard
constructor(executionContextId: ExecutionContextId? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Specifies in which execution context to lookup global scope variables.