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

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

  • ctx: The JSContext whose group you want to get.

Returns ctx’s group.