Files
sdk/tests/language
Asger Feldthaus a32a12f900 dart2js: Change how super tear-offs are registered.
Previously, torn off super methods would be registered by emulating a
dynamic getter call using an exact TypeMask for the super class as the
receiver.

If the super class was abstract (or just not instantiated), using an
exact TypeMask is absurd since there are no objects with that exact
class.

Now, methods that have been registered as "needing super getter" are
always considered to have their getter invoked, removing the need to
emulate the dynamic getter call.

BUG=
R=johnniwinther@google.com

Review URL: https://codereview.chromium.org/1418573011 .
2015-11-06 11:49:05 +01:00
..
2014-04-08 22:40:18 +00:00
2015-02-04 12:41:49 +00:00
2015-03-17 23:49:05 +00:00
2015-01-29 16:01:58 +00:00
2014-03-12 14:39:27 +00:00
2014-05-08 10:30:37 +00:00
2014-03-07 10:51:39 +00:00
2013-12-18 15:31:41 +00:00
2015-07-30 10:24:13 -07:00
2014-01-17 22:13:54 +00:00
2014-07-07 16:38:51 +00:00
2014-05-20 16:41:37 +00:00
2015-01-13 17:16:50 +00:00
2015-03-26 00:01:36 +00:00
2015-05-29 13:31:16 -07:00
2013-12-18 21:05:35 +00:00
2014-01-27 10:42:49 +00:00