setUint16 63 Source/core/html/canvas/DataView.h void setUint16(unsigned byteOffset, uint16_t value, ExceptionState& ec) { setUint16(byteOffset, value, false, ec); } setUint16 64 Source/core/html/canvas/DataView.h void setUint16(unsigned byteOffset, uint16_t value, bool littleEndian, ExceptionState&);