Searched refs:theSource (Results 1 – 1 of 1) sorted by relevance
637 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(); constant654 …theSource.debugName = 'the source object passed to the constructor'; // makes test failures easier…656 const rs = new ReadableStream(theSource);