Function make_cppgc_proto_object

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