Function JSContextGetGlobalObject

Source
pub unsafe extern "C" fn JSContextGetGlobalObject(
    ctx: JSContextRef,
) -> JSObjectRef
Expand description

Gets the global object of a JavaScript execution context.

Returns ctx’s global object.