Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-zlib-truncated.js51 const syncFlushOpt = { finishFlush: zlib.constants.Z_SYNC_FLUSH }; variable
54 const result = toUTF8(zlib[methods.decompSync](truncated, syncFlushOpt));
58 zlib[methods.decomp](truncated, syncFlushOpt, function(err, decompressed) {