Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dgeneral.any.js637 assert_equals(this, theSource, 'start() should be called with the correct this');
643 assert_equals(this, theSource, 'pull() should be called with the correct this');
648 assert_equals(this, theSource, 'cancel() should be called with the correct this');
653 const theSource = new Source(); constant
654theSource.debugName = 'the source object passed to the constructor'; // makes test failures easier…
656 const rs = new ReadableStream(theSource);