Skip to main content

Dart_GetNativeInstanceField

Function Dart_GetNativeInstanceField 

Source
pub unsafe extern "C" fn Dart_GetNativeInstanceField(
    obj: Dart_Handle,
    index: c_int,
    value: *mut isize,
) -> Dart_Handle
Expand description

Gets the value of a native field.

TODO(turnidge): Document.