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