Chromium Code Reviews
Descriptiondart2js 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
Committed: https://github.com/dart-lang/sdk/commit/9e29d33563feaed5aa111ec5ce636dd76cf27024
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||