Home
last modified time | relevance | path

Searched refs:writeUInt16LE (Results 1 - 3 of 3) sorted by relevance

/third_party/node/benchmark/buffers/
H A Dbuffer-write.js57 writeUInt16LE: UINT16,
/third_party/node/lib/internal/
H A Dbuffer.js731 function writeUInt16LE(value, offset = 0) { function
1003 proto.writeUInt16LE = writeUInt16LE;
1010 proto.writeUint16LE = writeUInt16LE;
/third_party/node/test/parallel/
H A Dtest-buffer-alloc.js839 assert.strictEqual(b.writeUInt16LE(0, 4), 6);

Completed in 3 milliseconds