[][src]Function dart_sys::Dart_CompileAll

pub unsafe extern "C" fn Dart_CompileAll() -> Dart_Handle

Forces all loaded classes and functions to be compiled eagerly in the current isolate..

TODO(turnidge): Document.