Lines Matching refs:item
1456 for (const item of metadata) {
1457 const algorithm = item.algo;
1458 const expectedValue = item.hash;
6137 // undici implementation note: this is set as the first item in request's urlList in makeRequest
7007 const item = queue.shift();
7008 if (!item) {
7012 needDrain = !this.dispatch(item.opts, item.handler);
7078 const item = this[kQueue].shift();
7079 if (!item) {
7082 item.handler.onError(err);