Function JSContextGetGroup

Source
pub unsafe extern "C" fn JSContextGetGroup(
    ctx: JSContextRef,
) -> JSContextGroupRef
Expand description

Gets the context group to which a JavaScript execution context belongs.

Returns ctx’s group.