Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_transform.js89 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.js78 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.js78 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.js78 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.js77 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.js78 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.js78 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.js78 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.js78 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.js78 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.js78 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/
Dindex.js20 …x(stream) && typeof stream._transform === 'function' && typeof stream._transformState === 'object';
/third_party/node/lib/internal/streams/
Dlazy_transform.js63 _transformState: { property
/third_party/node/test/parallel/
Dtest-stream2-transform.js48 assert.strictEqual(tx._transformState.writechunk.length, 5);
/third_party/node/doc/api/
Ddeprecations.md2572 ### DEP0143: `Transform._transformState`
2580 `Transform._transformState` will be removed in future versions where it is
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3404 …a51b)] - **(SEMVER-MINOR)** **stream**: runtime deprecate Transform.\_transformState (Robert Nagy)…