DescriptionNarrow when storing to a byte array and implement uint64 get and set.
Previously, the byte array get and set routines for integers would not
correctly narrow an integer when the width of a value being stored was
greater than the element width. This change implements the behavior in
the Web IDL specification.
In addition, an implementation for uint64 get and set is now provided.
BUG=2042
Committed: https://code.google.com/p/dart/source/detail?r=5738
Patch Set 1 #
Total comments: 2
Patch Set 2 : address review comments #
Messages
Total messages: 5 (0 generated)
|