Global Lexical Scope Names Request
data class GlobalLexicalScopeNamesRequest(executionContextId: ExecutionContextId?)
Content copied to clipboard
Represents request frame that can be used with Runtime#globalLexicalScopeNames operation call.
Returns all let, const and class variables from global scope.
See also
Constructors
GlobalLexicalScopeNamesRequest
Link copied to clipboard
fun GlobalLexicalScopeNamesRequest(executionContextId: ExecutionContextId? = null)
Content copied to clipboard
Properties
executionContextId
Link copied to clipboard
Sources
jvm source
Link copied to clipboard