Chromium Code Reviews| Index: frog/lib/corelib_impl.dart |
| =================================================================== |
| --- frog/lib/corelib_impl.dart (revision 3161) |
| +++ frog/lib/corelib_impl.dart (working copy) |
| @@ -108,6 +108,7 @@ |
| // Collection<E> members: |
| void forEach(void f(E element)) native; |
| Collection<E> filter(bool f(E element)) native; |
| + Collection map(f(E element)) native; |
| bool every(bool f(E element)) native; |
| bool some(bool f(E element)) native; |
| bool isEmpty() => length == 0; |