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