pub unsafe extern "C" fn JSContextGetGroup(
ctx: JSContextRef,
) -> JSContextGroupRefExpand description
@function @abstract Gets the context group to which a JavaScript execution context belongs. @param ctx The JSContext whose group you want to get. @result ctx’s group.