Files
sdk/pkg/compiler
Asger Feldthaus 86f286a3eb dart2js cps: Pull SetFields into field initializer arguments.
For example:

    foo = new D.Foo(null, null);
    foo.x = 'a';
    foo.y = 'b';

becomes:

    foo = new D.Foo('a', 'b');

BUG=
R=sigmund@google.com

Review URL: https://codereview.chromium.org/1671073002 .
2016-02-09 12:33:18 +01:00
..
2015-11-02 14:43:22 +01:00
2015-10-05 10:20:36 -07:00
2016-01-13 15:01:05 -08:00