Home
last modified time | relevance | path

Searched refs:allocUnsafeSlow (Results 1 - 10 of 10) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-buffer-fill.js390 Buffer.allocUnsafeSlow(16).fill('ab', 'utf16le'),
394 Buffer.allocUnsafeSlow(15).fill('ab', 'utf16le'),
398 Buffer.allocUnsafeSlow(16).fill('ab', 'utf16le'),
401 Buffer.allocUnsafeSlow(16).fill('a', 'utf16le'),
405 Buffer.allocUnsafeSlow(16).fill('a', 'utf16le').toString('utf16le'),
408 Buffer.allocUnsafeSlow(16).fill('a', 'latin1').toString('latin1'),
411 Buffer.allocUnsafeSlow(16).fill('a', 'utf8').toString('utf8'),
415 Buffer.allocUnsafeSlow(16).fill('Љ', 'utf16le').toString('utf16le'),
418 Buffer.allocUnsafeSlow(16).fill('Љ', 'latin1').toString('latin1'),
421 Buffer.allocUnsafeSlow(1
[all...]
H A Dtest-crypto-cipheriv-decipheriv.js224 .update(Buffer.allocUnsafeSlow(2 ** 31 - 1)));
H A Dtest-buffer-alloc.js220 const b = Buffer.allocUnsafeSlow(5);
1141 const ubuf = Buffer.allocUnsafeSlow(10);
/third_party/node/deps/npm/node_modules/safer-buffer/
H A Ddangerous.js46 if (!Dangereous.allocUnsafeSlow) {
47 Dangereous.allocUnsafeSlow = function (size) {
/third_party/node/benchmark/buffers/
H A Dbuffer-creation.js33 fn = Buffer.allocUnsafeSlow;
/third_party/node/lib/internal/fs/
H A Dread_file_context.js95 buffer = Buffer.allocUnsafeSlow(kReadFileUnknownBufferLength);
H A Dstreams.js246 const buf = Buffer.allocUnsafeSlow(n);
272 const dst = Buffer.allocUnsafeSlow(bytesRead);
H A Dpromises.js495 let buffer = Buffer.allocUnsafeSlow(length);
546 buffer = Buffer.allocUnsafeSlow(kReadFileUnknownBufferLength);
/third_party/node/lib/
H A Dbuffer.js427 Buffer.allocUnsafeSlow = function allocUnsafeSlow(size) { function
H A Dfs.js353 context.buffer = Buffer.allocUnsafeSlow(size);

Completed in 9 milliseconds