Lines Matching refs:params
720 // This callback is used by `.params()` to wait until a full flush happened
722 // `params()` function should not happen while a write is currently in progress
726 this._handle.params(level, strategy);
734 Zlib.prototype.params = function params(level, strategy, callback) {
839 if (opts?.params) {
840 ArrayPrototypeForEach(ObjectKeys(opts.params), (origKey) => {
847 const value = opts.params[origKey];
849 throw new ERR_INVALID_ARG_TYPE('options.params[key]',
850 'number', opts.params[origKey]);