1555594ddb
This for instance allows the VM to include all patches (e.g. the previously missing `runtime/lib/date_patch.dart`) in what's returned from `LoadedScripts()`. Over time this also allows for `LoadedScripts()` to be simplified and become faster (it's currently something like O(m + m*n) where m is the number of results in DictionaryIterator(*this) and n is the number of returned scripts). Change-Id: I4b5a6a0fe666b774fc0987d099ed02e81ac97b43 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98660 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Kevin Millikin <kmillikin@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>