Function javascriptcore_sys::JSObjectGetPrivate [] [src]

pub unsafe extern "C" fn JSObjectGetPrivate(object: JSObjectRef) -> *mut c_void

Gets an object's private data.

Returns a void* that is the object's private data, if the object has private data, otherwise NULL.