[][src]Function dart_sys::Dart_IsFatalError

pub unsafe extern "C" fn Dart_IsFatalError(handle: Dart_Handle) -> bool

Is this a fatal error handle?

Fatal error handles are produced when the system wants to shut down the current isolate.

Requires there to be a current isolate.