[][src]Function ul_sys::JSGlobalContextRetain

pub unsafe extern "C" fn JSGlobalContextRetain(
    ctx: JSGlobalContextRef
) -> JSGlobalContextRef

@function @abstract Retains a global JavaScript execution context. @param ctx The JSGlobalContext to retain. @result A JSGlobalContext that is the same as ctx.