pub unsafe extern "C" fn JSContextGetGlobalObject(
ctx: JSContextRef,
) -> JSObjectRefExpand description
Gets the global object of a JavaScript execution context.
ctxTheJSContextRefwhose global object you want to get.
Returns ctx’s global object.