pub type BoolValue = Value<bool>;
__ecma
__utils
enum BoolValue { Known(bool), Unknown, }
Not determined at compile time.`