[][src]Function dart_sys::Dart_ShutdownIsolate

pub unsafe extern "C" fn Dart_ShutdownIsolate()

Shuts down the current isolate. After this call, the current isolate is NULL. Any current scopes created by Dart_EnterScope will be exited. Invokes the shutdown callback and any callbacks of remaining weak persistent handles.

Requires there to be a current isolate.