JSContextSetSharedData

Function JSContextSetSharedData 

Source
pub unsafe extern "C" fn JSContextSetSharedData(
    ctx: JSContextRef,
    data: *mut c_void,
)
Expand description

@function @abstract Gets the shared data pointer @param ctx The JSContext whose global object you want to get. @param data A void* to set as the context’s shared data. Pass NULL to specify no shared data.