builtIn constant
The compilers that are supported by the test runner by default.
Implementation
static const List<Compiler> builtIn = [
Compiler.dart2js,
Compiler.dart2wasm,
Compiler.exe,
Compiler.cli,
Compiler.kernel,
Compiler.source,
];