pub unsafe extern "C" fn JSContextGroupRetain(
group: JSContextGroupRef,
) -> JSContextGroupRefExpand description
Retains a JavaScript context group.
group: TheJSContextGroupRefto retain.
Returns a JSContextGroupRef that is the same as group.