Lines Matching refs:Writable
39 const Writable = require('internal/streams/writable'); constant
46 for (const method of ObjectKeys(Writable.prototype)) {
48 Duplex.prototype[method] = Writable.prototype[method];
57 Writable.call(this, options);
75 ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writable'),
77 ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableHighWaterMark'),
79 ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableObjectMode'),
81 ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableBuffer'),
83 ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableLength'),
85 ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableFinished'),
87 ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableCorked'),
89 ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableEnded'),
91 ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableNeedDrain'),