/third_party/node/deps/npm/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 40 module.exports = Duplex; 46 require('inherits')(Duplex, Readable); 54 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 58 function Duplex(options) { class 59 if (!(this instanceof Duplex)) return new Duplex(options); 75 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 84 Object.defineProperty(Duplex.prototype, 'writableBuffer', { 93 Object.defineProperty(Duplex.prototype, 'writableLength', { 115 Object.defineProperty(Duplex.prototype, 'destroyed', {
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 43 module.exports = Duplex; 53 util.inherits(Duplex, Readable); 60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 64 function Duplex(options) { class 65 if (!(this instanceof Duplex)) return new Duplex(options); 80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 105 Object.defineProperty(Duplex.prototype, 'destroyed', { 126 Duplex.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 43 module.exports = Duplex; 53 util.inherits(Duplex, Readable); 60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 64 function Duplex(options) { class 65 if (!(this instanceof Duplex)) return new Duplex(options); 80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 105 Object.defineProperty(Duplex.prototype, 'destroyed', { 126 Duplex.prototype._destroy = function (err, cb) {
|
D | _stream_transform.js | 68 var Duplex = require('./_stream_duplex'); variable 75 util.inherits(Transform, Duplex); 105 Duplex.call(this, options); 148 return Duplex.prototype.push.call(this, chunk, encoding); class 195 Duplex.prototype._destroy.call(this, err, function (err2) {
|
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 43 module.exports = Duplex; 53 util.inherits(Duplex, Readable); 60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 64 function Duplex(options) { class 65 if (!(this instanceof Duplex)) return new Duplex(options); 80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 105 Object.defineProperty(Duplex.prototype, 'destroyed', { 126 Duplex.prototype._destroy = function (err, cb) {
|
D | _stream_transform.js | 68 var Duplex = require('./_stream_duplex'); variable 75 util.inherits(Transform, Duplex); 105 Duplex.call(this, options); 148 return Duplex.prototype.push.call(this, chunk, encoding); class 195 Duplex.prototype._destroy.call(this, err, function (err2) {
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 43 module.exports = Duplex; 53 util.inherits(Duplex, Readable); 60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 64 function Duplex(options) { class 65 if (!(this instanceof Duplex)) return new Duplex(options); 80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 105 Object.defineProperty(Duplex.prototype, 'destroyed', { 126 Duplex.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 43 module.exports = Duplex; 53 util.inherits(Duplex, Readable); 60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 64 function Duplex(options) { class 65 if (!(this instanceof Duplex)) return new Duplex(options); 80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 105 Object.defineProperty(Duplex.prototype, 'destroyed', { 126 Duplex.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 43 module.exports = Duplex; 53 util.inherits(Duplex, Readable); 60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 64 function Duplex(options) { class 65 if (!(this instanceof Duplex)) return new Duplex(options); 80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 105 Object.defineProperty(Duplex.prototype, 'destroyed', { 126 Duplex.prototype._destroy = function (err, cb) {
|
D | _stream_transform.js | 68 var Duplex = require('./_stream_duplex'); variable 75 util.inherits(Transform, Duplex); 105 Duplex.call(this, options); 148 return Duplex.prototype.push.call(this, chunk, encoding); class 195 Duplex.prototype._destroy.call(this, err, function (err2) {
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 43 module.exports = Duplex; 53 util.inherits(Duplex, Readable); 60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 64 function Duplex(options) { class 65 if (!(this instanceof Duplex)) return new Duplex(options); 80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 105 Object.defineProperty(Duplex.prototype, 'destroyed', { 126 Duplex.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 43 module.exports = Duplex; 53 util.inherits(Duplex, Readable); 60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 64 function Duplex(options) { class 65 if (!(this instanceof Duplex)) return new Duplex(options); 80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 105 Object.defineProperty(Duplex.prototype, 'destroyed', { 126 Duplex.prototype._destroy = function (err, cb) {
|
D | _stream_transform.js | 68 var Duplex = require('./_stream_duplex'); variable 75 util.inherits(Transform, Duplex); 105 Duplex.call(this, options); 148 return Duplex.prototype.push.call(this, chunk, encoding); class 195 Duplex.prototype._destroy.call(this, err, function (err2) {
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 43 module.exports = Duplex; 53 util.inherits(Duplex, Readable); 60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; 64 function Duplex(options) { class 65 if (!(this instanceof Duplex)) return new Duplex(options); 80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { 105 Object.defineProperty(Duplex.prototype, 'destroyed', { 126 Duplex.prototype._destroy = function (err, cb) {
|
D | _stream_transform.js | 68 var Duplex = require('./_stream_duplex'); variable 75 util.inherits(Transform, Duplex); 105 Duplex.call(this, options); 148 return Duplex.prototype.push.call(this, chunk, encoding); class 195 Duplex.prototype._destroy.call(this, err, function (err2) {
|
/third_party/node/lib/internal/streams/ |
D | duplex.js | 36 module.exports = Duplex; 41 ObjectSetPrototypeOf(Duplex.prototype, Readable.prototype); 42 ObjectSetPrototypeOf(Duplex, Readable); 47 if (!Duplex.prototype[method]) 48 Duplex.prototype[method] = Writable.prototype[method]; 52 function Duplex(options) { class 53 if (!(this instanceof Duplex)) 54 return new Duplex(options); 73 ObjectDefineProperties(Duplex.prototype, {
|
D | transform.js | 79 const Duplex = require('internal/streams/duplex'); constant 82 ObjectSetPrototypeOf(Transform.prototype, Duplex.prototype); 83 ObjectSetPrototypeOf(Transform, Duplex); 117 Duplex.call(this, options); 166 return Duplex.prototype.push.call(this, chunk, encoding); class 215 Duplex.prototype._destroy.call(this, err, (err2) => {
|
/third_party/node/test/parallel/ |
D | test-stream-duplex-destroy.js | 4 const { Duplex } = require('stream'); 8 const duplex = new Duplex({ 24 const duplex = new Duplex({ 43 const duplex = new Duplex({ 66 const duplex = new Duplex({ 88 const duplex = new Duplex({ 103 const duplex = new Duplex({ 133 const duplex = new Duplex({ 156 const duplex = new Duplex({ 171 const duplex = new Duplex({ [all …]
|
D | test-stream-inheritance.js | 4 const { Readable, Writable, Duplex, Transform } = require('stream'); 8 const duplex = new Duplex({ read() {}, write() {} }); 21 assert.ok(!(readable instanceof Duplex)); 22 assert.ok(!(writable instanceof Duplex)); 23 assert.ok(duplex instanceof Duplex); 24 assert.ok(transform instanceof Duplex);
|
D | test-stream-duplex.js | 25 const Duplex = require('stream').Duplex; constant 27 const stream = new Duplex({ objectMode: true }); 29 assert(Duplex() instanceof Duplex);
|
D | test-stream-duplex-end.js | 5 const Duplex = require('stream').Duplex; constant 8 const stream = new Duplex({ 19 const stream = new Duplex({ 31 const stream = new Duplex({
|
D | test-stream-wrap-encoding.js | 6 const Duplex = require('stream').Duplex; constant 9 const stream = new Duplex({ 28 const stream = new Duplex({
|
/third_party/node/deps/npm/node_modules/isstream/ |
D | test.js | 75 test(true, 'CoreStreams.Duplex', new (CoreStreams.Duplex)()) 81 test(true, 'ReadableStream10.Duplex', new (ReadableStream10.Duplex)()) 87 test(true, 'ReadableStream11.Duplex', new (ReadableStream11.Duplex)()) 95 testReadable(true, 'CoreStreams.Duplex', new (CoreStreams.Duplex)()) 101 testReadable(true, 'ReadableStream10.Duplex', new (ReadableStream10.Duplex)()) 107 testReadable(true, 'ReadableStream11.Duplex', new (ReadableStream11.Duplex)()) 115 testWritable(true, 'CoreStreams.Duplex', new (CoreStreams.Duplex)()) 121 testWritable(true, 'ReadableStream10.Duplex', new (ReadableStream10.Duplex)()) 127 testWritable(true, 'ReadableStream11.Duplex', new (ReadableStream11.Duplex)()) 135 testDuplex(true, 'CoreStreams.Duplex', new (CoreStreams.Duplex)()) [all …]
|
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/ |
D | _stream_duplex.js | 27 module.exports = Duplex; 46 util.inherits(Duplex, Readable); 49 if (!Duplex.prototype[method]) 50 Duplex.prototype[method] = Writable.prototype[method]; 53 function Duplex(options) { class 54 if (!(this instanceof Duplex)) 55 return new Duplex(options);
|
/third_party/node/benchmark/streams/ |
D | creation.js | 4 Duplex, 18 new Duplex({}); 19 new Duplex(); 23 new Duplex();
|