DartFunction typedef
DartFunction =
void Function(VirtualMachine vm)
A simple dart function that has access to the vm instance An extension API is probably useful to give this more features
Implementation
typedef DartFunction = void Function(VirtualMachine vm);