Function ul_next_sys::JSGlobalContextRetain

source ยท
pub unsafe extern "C" fn JSGlobalContextRetain(
    ctx: JSGlobalContextRef,
) -> JSGlobalContextRef
Expand description

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