Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/streams/resources/
Dtest-utils.js45 self.constructorThrowsForAll = (constructor, firstArgs) => { argument
46 firstArgs.forEach(firstArg => assert_throws_js(TypeError, () => new constructor(firstArg),