core/commands/gc/gc_models library

Classes

GcAllFailed
Every isolate failed to GC — nothing succeeded.
GcError
Generic / unrecognised error.
GcNoIsolates
No isolates were found in the running VM.
GcResult
Result of a runGc invocation.
GcSuccess
GC completed successfully across at least one isolate.

Typedefs

GcInput = ()
Input parameters for runGc. No fields required — GC runs on all isolates.