2 LexicalContext traitsWindow _delegates :=
3 {Cloneable. Root traits. Derivable traits. Cloneable traits. Mapping traits. Collection traits. Sequence traits. Array traits. LexicalContext traits}.
5 Closure traitsWindow _delegates :=
6 {Cloneable. Root traits. Derivable traits. Cloneable traits. Mapping traits. Collection traits. Sequence traits. Array traits. Method traits. Closure traits}.
8 "a float is a byte array, and we need to be able to call #newWithSize: to create floats in the bootstrapper."
9 SingleFloat traitsWindow _delegates :=
10 {ByteArray traits. Sequence traits. CoercibleNumberMixin traits. Comparable traits. Number traits. Float traits. SingleFloat traits}.