Chromium Code Reviews| Index: runtime/lib/array.dart |
| =================================================================== |
| --- runtime/lib/array.dart (revision 31835) |
| +++ runtime/lib/array.dart (working copy) |
| @@ -291,6 +291,9 @@ |
| "ImmutableArray can only be allocated by the VM"); |
| } |
| + factory _ImmutableList._from(List from, int offset, int length) |
| + native "ImmutableList_from"; |
| + |
| E operator [](int index) native "List_getIndexed"; |
| void operator []=(int index, E value) { |