Function dart_sys::Dart_GetPeer

source ·
pub unsafe extern "C" fn Dart_GetPeer(
    object: Dart_Handle,
    peer: *mut *mut c_void
) -> Dart_Handle
Expand description

Returns the value of peer field of ‘object’ in ‘peer’.

\param object An object. \param peer An out parameter that returns the value of the peer field.

\return Returns an error if ‘object’ is a subtype of Null, num, or bool.