[][src]Function dart_sys::Dart_SortClasses

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

Sorts the class-ids in depth first traversal order of the inheritance tree. This is a costly operation, but it can make method dispatch more efficient and is done before writing snapshots.

\return A valid handle if no error occurs during the operation.