pub(crate) type HandleObject<'a> = Handle<'a, *mut JSObject>;
pub(crate) struct HandleObject<'a> { /* private fields */ }