[][src]Function dart_sys::Dart_Precompile

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

Compiles all functions reachable from entry points and marks the isolate to disallow future compilation.

Entry points should be specified using @pragma("vm:entry-point") annotation.

\return An error handle if a compilation error or runtime error running const constructors was encountered.