[][src]Type Definition boa::environment::lexical_environment::Environment

type Environment = Gc<GcCell<Box<dyn EnvironmentRecordTrait>>>;

Environments are wrapped in a Box and then in a GC wrapper