pub(crate) type ObjectOrBoolean = ObjectOrBoolean;
pub(crate) enum ObjectOrBoolean { Object(RootedTraceableBox<Heap<*mut JSObject>>), Boolean(bool), }