Constructs a new Environment. This constructor cannot be used to create the global Environment.
The parent environment, which should be null when the global environment is created
The name of the environment. When script functions are called this is set to the name of the function being called.
See Implementation
Constructs a new Environment. This constructor cannot be used to create the global Environment.