Function javascriptcore_sys::JSContextGetGlobalContext [] [src]

pub unsafe extern "C" fn JSContextGetGlobalContext(
    ctx: JSContextRef
) -> JSGlobalContextRef

Gets the global context of a JavaScript execution context.

Returns ctx's global context.