pub unsafe extern "C" fn JSContextGroupRetain(
    group: JSContextGroupRef
) -> JSContextGroupRef
Expand description

Retains a JavaScript context group.

  • group: The JSContextGroup to retain.

Returns a JSContextGroup that is the same as group.