Function JSGlobalContextRetain

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

Retains a global JavaScript execution context.

Returns a JSGlobalContextRef that is the same as ctx.