1467909921
The VM debugger expects _completeOnAsyncReturn to be called when returning from an async function for stepping out of the async function to work. This CL does just that. Note that `_completeOnAsyncReturn` only exists in the VM, but as the async transformation is only run for the VM target that shouldn't be a problem. Change-Id: Id71344310de918f743dcb1ad66e165fc649516ba Reviewed-on: https://dart-review.googlesource.com/63383 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Kevin Millikin <kmillikin@google.com>
This package hosts VM specific Dart code and helper scripts.