Returns the isolate's current execution stack and message queue.
Future<VMStack> getStack() async => newVMStack(_scope, await _scope.sendRequest("getStack"));