Function JSContextGetGlobalObject

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