Home
last modified time | relevance | path

Searched refs:InflateRaw (Results 1 – 7 of 7) sorted by relevance

/third_party/node/lib/
Dzlib.js767 function InflateRaw(opts) { class
768 if (!(this instanceof InflateRaw))
769 return new InflateRaw(opts);
772 ObjectSetPrototypeOf(InflateRaw.prototype, Zlib.prototype);
773 ObjectSetPrototypeOf(InflateRaw, Zlib);
891 InflateRaw, property
910 inflateRaw: createConvenienceMethod(InflateRaw, false),
911 inflateRawSync: createConvenienceMethod(InflateRaw, true),
922 createInflateRaw: createProperty(InflateRaw),
/third_party/node/deps/npm/node_modules/minizlib/
Dindex.js265 class InflateRaw extends Zlib { class
308 exports.InflateRaw = InflateRaw
DREADME.md40 - InflateRaw
/third_party/node/test/parallel/
Dtest-zlib-create-raw.js9 assert(inflateRaw instanceof zlib.InflateRaw);
Dtest-zlib-invalid-input.js41 zlib.InflateRaw(),
Dtest-zlib.js43 [zlib.DeflateRaw, zlib.InflateRaw],
/third_party/node/doc/api/
Dzlib.md631 ## Class: `zlib.InflateRaw`
637 description: Custom dictionaries are now supported by `InflateRaw`.
833 Creates and returns a new [`InflateRaw`][] object.
1131 Decompress a chunk of data with [`InflateRaw`][].
1188 [`InflateRaw`]: #zlib_class_zlib_inflateraw