Files
sdk/runtime/lib
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-09 21:47:44 +00:00
2014-09-09 21:47:44 +00:00
2014-09-09 21:47:44 +00:00
2014-09-09 21:47:44 +00:00
2014-01-24 22:00:04 +00:00
2014-09-23 05:46:14 +00:00
2014-09-23 05:46:14 +00:00
2014-09-09 21:47:44 +00:00
2013-09-20 15:54:10 +00:00
2012-04-23 22:26:09 +00:00
2014-08-19 21:15:39 +00:00
2013-09-25 13:52:15 +00:00