Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dcancel.any.js8 const randomSource = new RandomPushSource(); constant
13 randomSource.ondata = c.enqueue.bind(c);
14 randomSource.onend = c.close.bind(c);
15 randomSource.onerror = c.error.bind(c);
19 randomSource.readStart();
23 randomSource.readStop();
Dgeneral.any.js783 const randomSource = new RandomPushSource(8); constant
792 randomSource.ondata = t.step_func(chunk => {
794 randomSource.readStop();
798 randomSource.onend = c.close.bind(c);
799 randomSource.onerror = c.error.bind(c);
807 randomSource.readStart();