Description[builtins] Fix LoadObjectField for JSTypedArray::kBufferOffset
JSTypedArray::kBufferOffset contains a 32-bit integer in memory.
And it's stored as whole at set_bit_field. When we try to load its
first byte in memory, we get the less significant byte on LE but
the most significant byte on BE, which is not consistent.
R=bmeurer@chromium.org, gsathya@chromium.org, joransiu@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com, bjaideep@ca.ibm.com
BUG=
Committed: https://crrev.com/9995159a9f709df7302ad211a5710290e7621c54
Cr-Commit-Position: refs/heads/master@{#37396}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|