Searched refs:setInt8 (Results 1 – 4 of 4) sorted by relevance
127 Buffer.prototype.setInt8 = function(offset, value) { method in Buffer128 this.dataView.setInt8(offset, value);
235 this.buffer.setInt8(this.next, val);
160 _buf.setInt8(_buf.lengthInBytes - _tail, value ? 1 : 0);405 _buf.setInt8(_buf.lengthInBytes - _tail, value);768 _buf.setInt8(_buf.lengthInBytes - tail, x);
46 return 'DataView.prototype.setInt8';