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

Retains a global JavaScript execution context.

  • ctx: The JSGlobalContext to retain.

Returns a JSGlobalContext that is the same as ctx.