Environment constructor

Environment([
  1. Environment? _owner
])

Constructor for the nested environment.

Implementation

Environment([this._owner]) : _bindings = {};