DescriptionRefactoring to use ArrayVector where applicable
It's more readable than the construction
Vector<T>(buffer, arraysize(buffer)).
All those places are now replaced by ArrayVector(buffer).
R=titzer@chromium.org, jarin@chromium.org, rossberg@chromium.org
Committed: https://crrev.com/2f1df8a39fef897c1adfa6ce70787361ceb5a567
Cr-Commit-Position: refs/heads/master@{#35843}
Patch Set 1 #Patch Set 2 : also refactor src/builtins.cc #
Depends on Patchset: Messages
Total messages: 18 (8 generated)
|