Function jscjs_sys::api::JSGlobalContextRetain [−][src]
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.