pub type HandleId<'a> = Handle<'a, jsid>;
struct HandleId<'a> { pub(crate) ptr: &'a PropertyKey, }
ptr: &'a PropertyKey