Home
last modified time | relevance | path

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

/third_party/node/lib/internal/streams/
Dstate.js14 function highWaterMarkFrom(options, isDuplex, duplexKey) { argument
16 isDuplex ? options[duplexKey] : null;
32 function getHighWaterMark(state, options, duplexKey, isDuplex) { argument
33 const hwm = highWaterMarkFrom(options, isDuplex, duplexKey);
36 const name = isDuplex ? `options.${duplexKey}` : 'options.highWaterMark';