Indicates if the env is async.
Indicates if current scope is within a function.
Readonly globalReturns the global env scope.
Readonly parentReturns the parent env scope, or null if the env is the global scope.
Gets a variable.
Gets a variable defined on current scope.
Sets a variable.
Sets a variable on current scope.
Optional readOnly: booleanGenerated using TypeDoc
Environment that defines variable scope.