Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-whatwg-webstreams-compression.js24 const reader_function = ({ value, done }) => { function
28 return reader.read().then(reader_function);
31 const reader_promise = reader.read().then(reader_function);