pub(crate) type ObjectOrLong = ObjectOrLong;
pub(crate) enum ObjectOrLong { Object(RootedTraceableBox<Heap<*mut JSObject>>), Long(i32), }