pub unsafe extern "C" fn JSContextGroupRetain(
group: JSContextGroupRef,
) -> JSContextGroupRefExpand description
@function @abstract Retains a JavaScript context group. @param group The JSContextGroup to retain. @result A JSContextGroup that is the same as group.