Home
last modified time | relevance | path

Searched refs:_final (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-stream-transform-constructor-set-methods.js24 const _final = common.mustCall((next) => { constant
35 final: _final
40 assert.strictEqual(t2._final, _final);
Dtest-stream2-writable.js389 w._final = common.mustCall(function(cb) {
410 w._final = common.mustCall(function(cb) {
449 w._final = common.mustCall(function(cb) {
Dtest-stream-writable-end-cb-uncaught.js16 writable._final = (cb) => { function in writable
Dtest-http2-client-jsstream-destroy.js31 _final(cb) { method in JSSocket
/third_party/node/lib/internal/streams/
Dduplexpair.js36 _final(callback) { method in DuplexSocket
Dwritable.js247 this._final = options.final;
610 stream._final((err) => {
624 if (typeof stream._final === 'function' && !state.destroyed) {
/third_party/node/test/common/
Dduplexpair.js34 _final(callback) { method in DuplexSocket
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_writable.js249 if (typeof options.final === 'function') this._final = options.final;
590 stream._final(function (err) {
605 if (typeof stream._final === 'function' && !state.destroyed) {
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_writable.js276 if (typeof options.final === 'function') this._final = options.final;
601 stream._final(function (err) {
613 if (typeof stream._final === 'function') {
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_writable.js276 if (typeof options.final === 'function') this._final = options.final;
601 stream._final(function (err) {
613 if (typeof stream._final === 'function') {
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_writable.js276 if (typeof options.final === 'function') this._final = options.final;
601 stream._final(function (err) {
613 if (typeof stream._final === 'function') {
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_writable.js276 if (typeof options.final === 'function') this._final = options.final;
601 stream._final(function (err) {
613 if (typeof stream._final === 'function') {
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_writable.js276 if (typeof options.final === 'function') this._final = options.final;
601 stream._final(function (err) {
613 if (typeof stream._final === 'function') {
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_writable.js276 if (typeof options.final === 'function') this._final = options.final;
601 stream._final(function (err) {
613 if (typeof stream._final === 'function') {
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_writable.js276 if (typeof options.final === 'function') this._final = options.final;
601 stream._final(function (err) {
613 if (typeof stream._final === 'function') {
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_writable.js276 if (typeof options.final === 'function') this._final = options.final;
601 stream._final(function (err) {
613 if (typeof stream._final === 'function') {
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_writable.js276 if (typeof options.final === 'function') this._final = options.final;
601 stream._final(function (err) {
613 if (typeof stream._final === 'function') {
/third_party/node/lib/internal/fs/
Dstreams.js308 WriteStream.prototype._final = function(callback) { method in WriteStream
311 this._final(callback);
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.js50 _final(callback) { method in SAXParser
/third_party/node/lib/internal/worker/
Dio.js251 _final(cb) { method in WritableWorkerStdio
/third_party/node/doc/api/
Dstream.md1884 …ble`][] | [`_write()`][stream-_write], [`_writev()`][stream-_writev], [`_final()`][stream-_final] |
1885 …m-_read], [`_write()`][stream-_write], [`_writev()`][stream-_writev], [`_final()`][stream-_final] |
1886 …] | [`_transform()`][stream-_transform], [`_flush()`][stream-_flush], [`_final()`][stream-_final] |
1973 [`stream._final()`][stream-_final] method.
2111 #### `writable._final(callback)`
2119 The `_final()` method **must not** be called directly. It may be implemented
2130 [`writable._writev()`][] and [`writable._final()`][] methods must be propagated
2197 _final(callback) {
3027 [`writable._final()`]: #stream_writable_final_callback
3045 [stream-_final]: #stream_writable_final_callback
/third_party/node/lib/
Dnet.js415 Socket.prototype._final = function(cb) { method in Socket
419 return this.once('connect', () => this._final(cb));
/third_party/ffmpeg/tools/
Dcrypto_bench.c104 av_ ## namespace ## _final(h, output); \
/third_party/node/lib/internal/http2/
Dcore.js2124 _final(cb) { method in Http2Stream
2126 this.once('ready', () => this._final(cb));
2419 self._final = null;
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1226 …om/nodejs/node/commit/9a410a189e)] - **http2**: allow fully synchronous `_final()` (Anna Henningse…
1891 …)] - ***Revert*** "**net**: partially revert "simplify Socket.prototype.\_final"" (Anna Henningsen…
2262 …mit/74451263a3)] - **net**: partially revert "simplify Socket.prototype.\_final" (Anna Henningsen)…
2263 …om/nodejs/node/commit/636e4e02a5)] - **net**: simplify Socket.prototype.\_final (Anna Henningsen) …

12