Files
sdk/runtime/lib
Kevin Millikin 9ab1f22b41 Make some VM libraries patch cleanly using the analyzer.
Modify the following VM dart: library patches: collection, convert,
developer, _internal, isolate, math, mirrors, profiler, vmservice_io,
_vmservice, _builtin, nativewrappers, and io.

The modifications are mostly because:

    - Patches should not be able to introduce new public members to a
      library's API.  In cases where the VM's patches introduce public
      members, the patches are rewritten to introduce private members
      instead.

    - Patches should not be able to replace arbitrary members, only
      ones declared external.  In cases where the VM's patches replace
      arbitrary members, those members are declared external in the
      SDK sources and dart2js's patch files are rewritten to use the
      original SDK implementation.

BUG=
R=sigmund@google.com

Review-Url: https://codereview.chromium.org/2564383002 .
2016-12-15 11:30:20 +01:00
..
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-02-22 08:53:11 -08:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2013-09-20 15:54:10 +00:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2016-11-04 12:14:41 -07:00
2013-09-25 13:52:15 +00:00
2016-11-04 12:14:41 -07:00