Home
last modified time | relevance | path

Searched refs:bufZero (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-buffer-fill.js444 const bufZero = Buffer.alloc(5, 0); constant
445 assert.strictEqual(bufZero.toString(), '\x00\x00\x00\x00\x00');