Skip to main content

JSContextGetSharedData

Function JSContextGetSharedData 

Source
pub unsafe extern "C" fn JSContextGetSharedData(
    ctx: JSContextRef,
) -> *mut c_void
Expand description

@function @abstract Gets the shared data pointer @param ctx The JSContext whose global object you want to get. @result A void* that is the context’s shared data, if the context has shared data, otherwise NULL.