1c7cb7c5e9
This deletion has several reasons: - This code is broken and refers to non-existant private parts of dart:io (e.g. `_NativeSocket._sockets`, `_ProcessImpl._processes`, `_RandomAccessFile._files`). - This code is not reachable through the service protocol. `_serviceObjectHandler` uses `paths` to fetch the right handler from `_servicePathMap` but caller `ServiceGetIOHandler` always passes empty paths. - The only test that was attempting to test some of this code through mirrors (sic!) has been disabled since January 2015. After deletion all tests continue to pass meaning that nobody really relies on this broken code in any way. BUG=https://github.com/dart-lang/sdk/issues/28882 R=johnmccutchan@google.com Review-Url: https://codereview.chromium.org/2715253002 .
162 lines
3.2 KiB
JSON
162 lines
3.2 KiB
JSON
{
|
|
"core": {
|
|
"sources": [
|
|
"core_patch.dart",
|
|
"array.cc",
|
|
"array.dart",
|
|
"array_patch.dart",
|
|
"bigint.dart",
|
|
"bool.cc",
|
|
"bool_patch.dart",
|
|
"date.cc",
|
|
"date_patch.dart",
|
|
"double.cc",
|
|
"double.dart",
|
|
"double_patch.dart",
|
|
"errors.cc",
|
|
"errors_patch.dart",
|
|
"expando_patch.dart",
|
|
"function.cc",
|
|
"function.dart",
|
|
"function_patch.dart",
|
|
"growable_array.cc",
|
|
"growable_array.dart",
|
|
"identical.cc",
|
|
"identical_patch.dart",
|
|
"immutable_map.dart",
|
|
"integers.cc",
|
|
"integers.dart",
|
|
"integers_patch.dart",
|
|
"invocation_mirror.h",
|
|
"invocation_mirror_patch.dart",
|
|
"lib_prefix.dart",
|
|
"map_patch.dart",
|
|
"null_patch.dart",
|
|
"object.cc",
|
|
"object_patch.dart",
|
|
"regexp.cc",
|
|
"regexp_patch.dart",
|
|
"stacktrace.cc",
|
|
"stacktrace.dart",
|
|
"stacktrace.h",
|
|
"stopwatch.cc",
|
|
"stopwatch_patch.dart",
|
|
"string.cc",
|
|
"string_buffer_patch.dart",
|
|
"string_patch.dart",
|
|
"type_patch.dart",
|
|
"uri.cc",
|
|
"uri_patch.dart",
|
|
"weak_property.cc",
|
|
"weak_property.dart"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"async": {
|
|
"sources": [
|
|
"async_patch.dart",
|
|
"deferred_load_patch.dart",
|
|
"schedule_microtask_patch.dart",
|
|
"timer_patch.dart"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"collection": {
|
|
"sources": [
|
|
"collection_patch.dart",
|
|
"compact_hash.dart",
|
|
"linked_hash_map.cc"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"typed_data": {
|
|
"sources": [
|
|
"typed_data.cc",
|
|
"typed_data_patch.dart",
|
|
"simd128.cc"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"vmservice": {
|
|
"sources": [
|
|
"vmservice_patch.dart",
|
|
"vmservice.cc"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"isolate": {
|
|
"sources": [
|
|
"isolate_patch.dart",
|
|
"isolate.cc",
|
|
"timer_impl.dart"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"developer": {
|
|
"sources": [
|
|
"developer.cc",
|
|
"developer.dart",
|
|
"profiler.cc",
|
|
"profiler.dart",
|
|
"timeline.cc",
|
|
"timeline.dart"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"mirrors": {
|
|
"sources": [
|
|
"mirrors.cc",
|
|
"mirrors.h",
|
|
"mirrors_patch.dart",
|
|
"mirrors_impl.dart",
|
|
"mirror_reference.dart"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"io": {
|
|
"sources": [
|
|
"common_patch.dart",
|
|
"directory_patch.dart",
|
|
"eventhandler_patch.dart",
|
|
"file_patch.dart",
|
|
"file_system_entity_patch.dart",
|
|
"filter_patch.dart",
|
|
"io_service_patch.dart",
|
|
"platform_patch.dart",
|
|
"process_patch.dart",
|
|
"socket_patch.dart",
|
|
"stdio_patch.dart",
|
|
"secure_socket_patch.dart"
|
|
],
|
|
"directory": "../bin"
|
|
},
|
|
"_internal": {
|
|
"sources": [
|
|
"internal_patch.dart",
|
|
"class_id.dart",
|
|
"class_id.cc",
|
|
"print_patch.dart",
|
|
"symbol_patch.dart"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"convert": {
|
|
"sources": [
|
|
"convert_patch.dart"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"math": {
|
|
"sources": [
|
|
"math.cc",
|
|
"math_patch.dart"
|
|
],
|
|
"directory": "../lib"
|
|
},
|
|
"profiler": {
|
|
"sources": [
|
|
"empty_source.dart"
|
|
],
|
|
"directory": "../lib"
|
|
}
|
|
} |