Lines Matching refs:objectMode
25554 writableObjectMode: formatterOptions.objectMode
25652 this.objectMode = true;
26270 objectMode: parserOptions.objectMode
26501 if (!this.parserOptions.objectMode) {
26561 this.objectMode = true;
53605 objectMode: this._outputType !== "nodebuffer"
71739 this.objectMode = !!options.objectMode;
71740 …if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; // the point at w…
71848 if (!state.objectMode) {
71884 } else if (state.objectMode || chunk && chunk.length > 0) {
71885 …if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prot…
71900 …if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMo…
71923 state.length += state.objectMode ? 1 : chunk.length;
71934 … (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {
71994 if (state.objectMode) return 1;
72118 state.length += state.objectMode ? 1 : chunk.length;
72588 …if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode…
72689 if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {
73068 this.objectMode = !!options.objectMode;
73069 …if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at w…
73229 } else if (typeof chunk !== 'string' && !state.objectMode) {
73246 var isBuf = !state.objectMode && _isUint8Array(chunk);
73298 if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {
73328 var len = state.objectMode ? 1 : chunk.length;
73479 var len = state.objectMode ? 1 : chunk.length;
74493 return state.objectMode ? 16 : 16 * 1024;
79295 this.objectMode = !!options.objectMode;
79296 …if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; // the point at w…
79301 var defaultHwm = this.objectMode ? 16 : 16 * 1024;
79398 if (!state.objectMode) {
79433 } else if (state.objectMode || chunk && chunk.length > 0) {
79434 …if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prot…
79447 …if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMo…
79466 state.length += state.objectMode ? 1 : chunk.length;
79477 … (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {
79532 if (state.objectMode) return 1;
79654 state.length += state.objectMode ? 1 : chunk.length;
80023 …if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode…
80082 if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {
80541 this.objectMode = !!options.objectMode;
80542 …if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at w…
80548 var defaultHwm = this.objectMode ? 16 : 16 * 1024;
80704 } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {
80721 var isBuf = !state.objectMode && _isUint8Array(chunk);
80764 if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {
80794 var len = state.objectMode ? 1 : chunk.length;
80946 var len = state.objectMode ? 1 : chunk.length;