Function ul_sys::JSContextGetGroup[][src]

pub unsafe extern "C" fn JSContextGetGroup(
    ctx: JSContextRef
) -> JSContextGroupRef
Expand 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.