Function ul_next_sys::JSContextGetGlobalContext

source ·
pub unsafe extern "C" fn JSContextGetGlobalContext(
    ctx: JSContextRef,
) -> JSGlobalContextRef
Expand 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.