Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/duplexify/
Dindex.js10 var onuncork = function(self, fn) { function
204 if (this._corked) return onuncork(this, this._write.bind(this, data, enc, cb))
216 onuncork(this, function() {
221 onuncork(self, cb)