Lines Matching refs:buf1
9 const buf1 = Buffer.allocUnsafe(SIZE);
186 [0, 0, buf1.length + 1],
188 ['', 0, buf1.length + 1],
192 () => buf1.fill(...args),
198 () => buf1.fill('a', 0, buf1.length, 'node rocks!'),
211 () => buf1.fill(...args),
221 () => buf1.fill('a', 0, 0, 'foo'),
235 buf1.fill(0);
287 buf1.fill.apply(buf1, arguments);
289 assert.deepStrictEqual(buf1.fill.apply(buf1, arguments),