dart-sdk/sdk/lib/developer
Kevin Millikin 50348f5f22 Fixes to patch files necessary to use the analyzer
The analyzer has a stricter patch parser than the VM.  Patch files
cannot change signatures of patched members.  Specifically, they cannot
change:

  - the return type
  - a parameter's name
  - a parameter to an initializing formal
  - an optional parameter's default value

BUG=
R=asiva@google.com

Review-Url: https://codereview.chromium.org/2612043002 .
2017-01-05 12:23:51 +01:00
..
developer.dart Add getIsolateID to Service class in dart:developer 2016-12-01 12:48:49 -08:00
developer_sources.gypi Provide an API to dart:developer to control the web server hosting the Service Protocol 2016-10-31 12:32:23 -07:00
extension.dart Fixes to patch files necessary to use the analyzer 2017-01-05 12:23:51 +01:00
profiler.dart Fixes to patch files necessary to use the analyzer 2017-01-05 12:23:51 +01:00
service.dart Add getIsolateID to Service class in dart:developer 2016-12-01 12:48:49 -08:00
timeline.dart Add an intrinsified early out path for Dart timeline calls 2016-05-17 09:45:28 -07:00