Function dart_sys::Dart_CompileAll

source ·
pub unsafe extern "C" fn Dart_CompileAll() -> Dart_Handle
Expand description

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

TODO(turnidge): Document.