• Andrew Davies's avatar
    [frdp] Removes regex check for Isolate search. (#22100) · 491c4e21
    Andrew Davies authored
    This will now make it so that the Dart VM class returns any Isolate that
    matches the passed Pattern, without checking for any specific strings
    like "main()"
    
    This causes the search to skip over Isolates that would have matched.
    491c4e21
dart_vm.dart 8.67 KB