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