Lines Matching defs:from
77 const from = require('internal/streams/from');
180 // linked list can remove elements from the beginning faster than
298 chunk = Buffer.from(chunk, encoding).toString(state.encoding);
300 chunk = Buffer.from(chunk, encoding);
500 // a read from the buffer.
680 // conditions prevent the data from being read:
770 // If the reader is waiting for a drain event from this
1354 // Pluck off n bytes from an array of buffers.
1430 Readable.from = function(iterable, opts) {
1431 return from(Readable, iterable, opts);