[−][src]Function ul_sys::JSContextGetGroup
pub unsafe extern "C" fn JSContextGetGroup(
ctx: JSContextRef
) -> JSContextGroupRef
@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.