Protected
Readonly
bindsReadonly
parentReturns the parent env scope, or null if the env is the global scope.
Indicates if the env is async.
Indicates if the env is async.
Indicates if current scope is within a function.
Indicates if current scope is within a function.
Returns the global env scope.
Gets a variable.
Gets a variable defined on current scope.
Push a new scope to the stack and returns the new env.
Sets a variable.
Sets a variable on current scope.
Generated using TypeDoc
Environment that resolves values using object prototype chain.