globalLexicalScopeNames

Returns all let, const and class variables from global scope.


suspend fun globalLexicalScopeNames(executionContextId: Int? = null): Runtime.GlobalLexicalScopeNamesReturn

Returns all let, const and class variables from global scope.

Parameters

executionContextId

Specifies in which execution context to lookup global scope variables.