Function javascriptcore_sys::JSGlobalContextRetain
source · pub unsafe extern "C" fn JSGlobalContextRetain(
ctx: JSGlobalContextRef
) -> JSGlobalContextRefExpand description
Retains a global JavaScript execution context.
ctx: TheJSGlobalContextto retain.
Returns a JSGlobalContext that is the same as ctx.