pub fn make_cppgc_proto_object<'a, T: GarbageCollected + PrototypeChain + 'static>(
scope: &mut HandleScope<'a>,
t: T,
) -> Local<'a, Object>pub fn make_cppgc_proto_object<'a, T: GarbageCollected + PrototypeChain + 'static>(
scope: &mut HandleScope<'a>,
t: T,
) -> Local<'a, Object>