Not sure if this helps readability, but at least it is "consistent" now.
-Ivan http://codereview.chromium.org/66011/diff/1/2 File src/objects.cc (right): http://codereview.chromium.org/66011/diff/1/2#newcode4149 Line 4149: Vector<const uc16> vecb = b->ToUC16Vector(); On 2009/04/09 22:55:56, Mike Belshe wrote: > Is 'vecb' a good name? (not sure what it is?) Renamed to vb to match the existing convention naming the VectorIterator for the string b: ib. http://codereview.chromium.org/66011 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
