Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/lib/js_array.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/lib/js_array.dart (revision 15139) |
| +++ sdk/lib/_internal/compiler/implementation/lib/js_array.dart (working copy) |
| @@ -160,4 +160,6 @@ |
| } |
| bool get isEmpty => length == 0; |
| + |
| + String toString() => Collections.collectionToString(this); |
| } |