Files
sdk/pkg
Stephen Adams 6d33d033db Cache prototype references while installing aliases
A.Foo.prototype.method1Alias = A.Foo.prototype.method1
  A.Foo.prototype.method2Alias = A.Foo.prototype.method2
  ...
-->
  (function aliases() {
    var _ = A.Foo.prototype
    _.method1Alias = _.method1
    _.method2Alias = _.method2
    ...
  })()



Change-Id: Ia0c2844b0a3bba6eefe7cff63085a9e307cfb2ae
Reviewed-on: https://dart-review.googlesource.com/c/86320
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
2018-12-06 20:15:10 +00:00
..
2018-11-20 18:54:43 +00:00
2018-10-10 19:15:30 +00:00
2018-11-29 23:33:39 +00:00
2018-12-06 14:46:58 +00:00
2018-11-14 20:12:37 +00:00
2018-10-24 21:23:16 +00:00