pub unsafe extern "C" fn JSContextGetGroup(
ctx: JSContextRef,
) -> JSContextGroupRef
Expand description
Gets the context group to which a JavaScript execution context belongs.
ctx
: TheJSContextRef
whose group you want to get.
Returns ctx
’s group.