pub fn wrap_object<'a, T: GarbageCollected + 'static>( isolate: &mut Isolate, obj: Local<'a, Object>, t: T, ) -> Local<'a, Object>