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