Searched refs:methodRejects (Results 1 – 2 of 2) sorted by relevance
/third_party/node/test/fixtures/wpt/streams/resources/ |
D | test-utils.js | 13 self.methodRejects = (t, obj, methodName, target, args) => { function 21 return Promise.all(targets.map(target => self.methodRejects(t, obj, methodName, target, args)));
|
/third_party/node/test/fixtures/wpt/streams/piping/ |
D | general.any.js | 42 return methodRejects(t, ReadableStream.prototype, 'pipeTo', fakeRS, [ws]); 51 return methodRejects(t, ReadableStream.prototype, 'pipeTo', rs, [fakeWS]);
|