DescriptionStyle cleanup of switches over Slot::Type in the nonoptimizing code
generator.
The Slot::Type enumeration has four values. It should never be
necessary to use a default to handle the case of a value out of range
of the enumeration. Doing so silences a useful warning when one of
the enumeration values is actually forgotten or when a new enumeration
value is added.
Committed: http://code.google.com/p/v8/source/detail?r=3532
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|