Function javascriptcore_sys::JSContextGroupRetain
source · pub unsafe extern "C" fn JSContextGroupRetain(
group: JSContextGroupRef
) -> JSContextGroupRefExpand description
Retains a JavaScript context group.
group: TheJSContextGroupto retain.
Returns a JSContextGroup that is the same as group.