dart-sdk/sdk/lib/internal
Stephen Adams 127b419fc1 Add WhereIterable.map
This makes some nice code improvements for dart2js. dart2js can't
inline the MappedIterable factory constructor and specialize by
optimization, so specializing by hand removes the test "is
EfficientLength" for code like "x.where(f).map(g)".

R=lrn@google.com

Review URL: https://codereview.chromium.org/2354093002 .
2016-09-22 10:36:16 -07:00
..
internal.dart
internal_sources.gypi
iterable.dart Add WhereIterable.map 2016-09-22 10:36:16 -07:00
list.dart Revert "Library changes to align with DDC." 2016-05-10 19:42:51 -07:00
lists.dart
print.dart
sort.dart Make sort method generic. This eliminates a large number of dynamic calls that slow down sorting under ddc. 2016-05-25 12:33:41 -07:00
symbol.dart Specialize Symbol.hashCode 2016-06-03 15:10:51 -07:00