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