Function JSContextGetGlobalContext

Source
pub unsafe extern "C-unwind" fn JSContextGetGlobalContext(
    ctx: JSContextRef,
) -> JSGlobalContextRef
👎Deprecated: renamed to JSContext::global_context
Available on crate features JSContextRef and JSBase only.