Searched refs:re64 (Results 1 – 1 of 1) sorted by relevance
40 const re64 = /Buffer size must be a multiple of 64-bits/; constant47 assert.throws(() => buf.slice(1, 3).swap64(), re64);48 assert.throws(() => Buffer.alloc(1025).swap64(), re64);