Files
sdk/runtime/vm
lrn@google.com 8bba32d131 Make String.fromCharCodes take start/end.
This avoids having to make a sublist of a list of character codes before passing it to String.fromCharCodes.

    new String.fromCharCodes(codes.sublist(start, end))

becomes just

    new String.fromCharCodes(codes, start, end)

R=floitsch@google.com, sgjesse@google.com

Review URL: https://codereview.chromium.org//515183002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40672 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-25 10:45:24 +00:00
..
2014-09-05 16:30:12 +00:00
2014-09-04 17:42:38 +00:00
2014-09-01 18:47:35 +00:00
2014-03-14 16:16:21 +00:00
2014-05-22 06:30:51 +00:00
2014-05-22 06:30:51 +00:00
2014-08-26 21:43:55 +00:00
2014-03-07 19:17:36 +00:00
2014-09-10 13:34:58 +00:00
2014-09-10 13:34:58 +00:00
2014-09-10 13:34:58 +00:00
2014-09-10 13:34:58 +00:00
2014-09-10 13:34:58 +00:00
2014-08-25 18:53:43 +00:00
2014-02-27 09:57:46 +00:00
2014-08-25 18:53:43 +00:00
2014-05-02 21:50:46 +00:00
2014-08-12 23:32:58 +00:00
2014-05-27 21:27:17 +00:00
2014-05-27 21:27:17 +00:00
2014-09-10 13:34:58 +00:00
2014-09-10 13:34:58 +00:00
2014-09-10 13:34:58 +00:00
2014-09-10 13:34:58 +00:00
2014-05-14 18:32:11 +00:00
2014-04-24 23:20:48 +00:00
2014-08-20 17:57:12 +00:00
2014-03-07 19:17:36 +00:00
2014-01-29 23:07:50 +00:00
2014-09-10 13:34:58 +00:00
2014-09-10 13:34:58 +00:00
2014-09-23 05:46:14 +00:00
2014-09-23 05:46:14 +00:00
2014-07-22 20:08:15 +00:00
2014-08-20 20:43:54 +00:00
2014-08-14 05:00:37 +00:00
2014-09-22 17:23:45 +00:00
2014-02-20 21:10:07 +00:00
2014-09-19 16:25:16 +00:00
2014-08-26 17:35:56 +00:00
2014-07-23 21:09:25 +00:00
2014-07-23 21:09:25 +00:00
2014-04-04 21:04:48 +00:00
2014-06-06 12:14:15 +00:00
2014-07-23 21:09:25 +00:00
2014-09-09 23:31:16 +00:00
2014-09-08 15:59:30 +00:00