/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 89 var ts = stream._transformState; 120 this._transformState = new TransformState(options, this); 144 this._transformState.needTransform = false; 163 var ts = this._transformState; 180 var ts = this._transformState; 200 var ts = stream._transformState;
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 78 var ts = this._transformState; 107 this._transformState = { property in Transform 147 this._transformState.needTransform = false; 166 var ts = this._transformState; 180 var ts = this._transformState; 211 …if (stream._transformState.transforming) throw new Error('Calling transform done when still transf…
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 78 var ts = this._transformState; 107 this._transformState = { property in Transform 147 this._transformState.needTransform = false; 166 var ts = this._transformState; 180 var ts = this._transformState; 211 …if (stream._transformState.transforming) throw new Error('Calling transform done when still transf…
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 78 var ts = this._transformState; 107 this._transformState = { property in Transform 147 this._transformState.needTransform = false; 166 var ts = this._transformState; 180 var ts = this._transformState; 211 …if (stream._transformState.transforming) throw new Error('Calling transform done when still transf…
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 77 var ts = this._transformState; 101 this._transformState = { property in Transform 138 this._transformState.needTransform = false; 157 var ts = this._transformState; 172 var ts = this._transformState; 199 if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING();
|
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 78 var ts = this._transformState; 107 this._transformState = { property in Transform 147 this._transformState.needTransform = false; 166 var ts = this._transformState; 180 var ts = this._transformState; 211 …if (stream._transformState.transforming) throw new Error('Calling transform done when still transf…
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 78 var ts = this._transformState; 107 this._transformState = { property in Transform 147 this._transformState.needTransform = false; 166 var ts = this._transformState; 180 var ts = this._transformState; 211 …if (stream._transformState.transforming) throw new Error('Calling transform done when still transf…
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 78 var ts = this._transformState; 107 this._transformState = { property in Transform 147 this._transformState.needTransform = false; 166 var ts = this._transformState; 180 var ts = this._transformState; 211 …if (stream._transformState.transforming) throw new Error('Calling transform done when still transf…
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 78 var ts = this._transformState; 107 this._transformState = { property in Transform 147 this._transformState.needTransform = false; 166 var ts = this._transformState; 180 var ts = this._transformState; 211 …if (stream._transformState.transforming) throw new Error('Calling transform done when still transf…
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 78 var ts = this._transformState; 107 this._transformState = { property in Transform 147 this._transformState.needTransform = false; 166 var ts = this._transformState; 180 var ts = this._transformState; 211 …if (stream._transformState.transforming) throw new Error('Calling transform done when still transf…
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 78 var ts = this._transformState; 107 this._transformState = { property in Transform 147 this._transformState.needTransform = false; 166 var ts = this._transformState; 180 var ts = this._transformState; 211 …if (stream._transformState.transforming) throw new Error('Calling transform done when still transf…
|
/third_party/node/deps/npm/node_modules/is-stream/ |
D | index.js | 20 …x(stream) && typeof stream._transform === 'function' && typeof stream._transformState === 'object';
|
/third_party/node/lib/internal/streams/ |
D | lazy_transform.js | 63 _transformState: { property
|
/third_party/node/test/parallel/ |
D | test-stream2-transform.js | 48 assert.strictEqual(tx._transformState.writechunk.length, 5);
|
/third_party/node/doc/api/ |
D | deprecations.md | 2572 ### DEP0143: `Transform._transformState` 2580 `Transform._transformState` will be removed in future versions where it is
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 3404 …a51b)] - **(SEMVER-MINOR)** **stream**: runtime deprecate Transform.\_transformState (Robert Nagy)…
|