pub unsafe extern "C" fn JSContextGetGlobalContext(
ctx: JSContextRef,
) -> JSGlobalContextRefExpand description
@function @abstract Gets the global context of a JavaScript execution context. @param ctx The JSContext whose global context you want to get. @result ctx’s global context.