pub unsafe extern "C" fn JSGlobalContextRetain(
ctx: JSGlobalContextRef,
) -> JSGlobalContextRefExpand description
Retains a global JavaScript execution context.
ctx: TheJSGlobalContextRefto retain.
Returns a JSGlobalContextRef that is the same as ctx.