Home
last modified time | relevance | path

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

/third_party/node/lib/internal/streams/
Dwritable.js41 Writable.WritableState = WritableState;
77 function WritableState(options, stream, isDuplex) { class
209 WritableState.prototype.getBuffer = function getBuffer() {
213 ObjectDefineProperty(WritableState.prototype, 'bufferedRequestCount', {
236 this._writableState = new WritableState(options, this, isDuplex);
277 return object && object._writableState instanceof WritableState;