idleEngines property

List<JavascriptRuntime> get idleEngines

Engines that can be inspected without taking part in pool scheduling. Diagnostic callers must only read engine state, never evaluate on them.

Implementation

List<JavascriptRuntime> get idleEngines => List.unmodifiable(_idle);