[][src]Function dart_sys::Dart_LoadTypeFeedback

pub unsafe extern "C" fn Dart_LoadTypeFeedback(
    buffer: *mut u8,
    buffer_length: isize
) -> Dart_Handle

Compile functions using data from Dart_SaveTypeFeedback. The data must from a VM with the same version and compiler flags.

\return Returns an error handle if a compilation error was encountered or a version mismatch is detected.