Home
last modified time | relevance | path

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

/third_party/node/deps/undici/src/lib/mock/
Dmock-agent.js14 kFactory
56 dispatcher = this[kFactory](origin)
109 [kFactory] (origin) {
125 const dispatcher = this[kFactory]('http://localhost:9999')
134 const dispatcher = this[kFactory](origin)
Dmock-symbols.js6 kFactory: Symbol('factory'), property
/third_party/node/deps/undici/src/lib/
Dpool.js20 const kFactory = Symbol('factory') constant
73 this[kFactory] = factory
84 dispatcher = this[kFactory](this[kUrl], this[kOptions])
Dagent.js17 const kFactory = Symbol('factory') constant
56 this[kFactory] = factory
108 dispatcher = this[kFactory](opts.origin, this[kOptions])
Dbalanced-pool.js18 const kFactory = Symbol('factory') constant
59 this[kFactory] = factory
77 const pool = this[kFactory](upstreamOrigin, Object.assign({}, this[kOptions]))
/third_party/node/deps/undici/
Dundici.js8882 var kFactory = Symbol("factory");
8926 this[kFactory] = factory;
8934 dispatcher = this[kFactory](this[kUrl], this[kOptions]);
8961 var kFactory = Symbol("factory");
8986 this[kFactory] = factory;
9031 …dispatcher = this[kFactory](opts.origin, this[kOptions]).on("drain", this[kOnDrain]).on("connect",…