Updated release image date.
[cslatevm.git] / src / core / arrayed.slate
blobb73d47a7aa5fc1a81886fc1ded3dd7871c8ecb75
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}.