Searched refs:allocUnsafeSlow (Results 1 - 10 of 10) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-buffer-fill.js | 390 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 D | test-crypto-cipheriv-decipheriv.js | 224 .update(Buffer.allocUnsafeSlow(2 ** 31 - 1)));
|
H A D | test-buffer-alloc.js | 220 const b = Buffer.allocUnsafeSlow(5); 1141 const ubuf = Buffer.allocUnsafeSlow(10);
|
/third_party/node/deps/npm/node_modules/safer-buffer/ |
H A D | dangerous.js | 46 if (!Dangereous.allocUnsafeSlow) { 47 Dangereous.allocUnsafeSlow = function (size) {
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-creation.js | 33 fn = Buffer.allocUnsafeSlow;
|
/third_party/node/lib/internal/fs/ |
H A D | read_file_context.js | 95 buffer = Buffer.allocUnsafeSlow(kReadFileUnknownBufferLength);
|
H A D | streams.js | 246 const buf = Buffer.allocUnsafeSlow(n); 272 const dst = Buffer.allocUnsafeSlow(bytesRead);
|
H A D | promises.js | 495 let buffer = Buffer.allocUnsafeSlow(length); 546 buffer = Buffer.allocUnsafeSlow(kReadFileUnknownBufferLength);
|
/third_party/node/lib/ |
H A D | buffer.js | 427 Buffer.allocUnsafeSlow = function allocUnsafeSlow(size) { function
|
H A D | fs.js | 353 context.buffer = Buffer.allocUnsafeSlow(size);
|
Completed in 13 milliseconds