Commit Graph

2 Commits

Author SHA1 Message Date
Jacob Trimble b2bde18a3d Convert 'var' to 'let'/'const' (5 of 9).
This is part of a change to convert all usages of 'var' with either
'let' or 'const'.  This takes a conservative approach for 'const' where
it will only be used for aliases and storing the "original" values in
tests.

Change-Id: If4792c1bd3d5a82c24a4b2f0f84790d4eed22e67
2018-02-20 11:26:46 -08:00
Andriy Lysnevych 3ede513b63 Add getters to SegmentReference and InitSegmentReference (#1203)
Closes #1200
2017-12-22 10:09:20 -08:00