Files
sdk/pkg/compiler/lib
Asger Feldthaus 9e29d33563 dart2js cps: More precise rewrite for indexables.
Strings were not sometimes not considered indexables because
[subtype=String] is not reduced to [exact=JSString].

We now rewrite the index-set operator to direct access even when the
receiver object is potentially null (but is otherwise a mutable
indexable).

BUG=
R=sra@google.com

Review URL: https://codereview.chromium.org/1420563002 .
2015-10-21 12:54:20 +02:00
..