MCPcopy
hub / github.com/nodejs/node / SpecIterableIterator

Interface SpecIterableIterator

deps/undici/src/types/fetch.d.ts:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87export interface SpecIterableIterator<T> extends SpecIteratorObject<T> {
88 [Symbol.iterator](): SpecIterableIterator<T>;
89}
90
91export interface SpecIterable<T> {
92 [Symbol.iterator](): SpecIterableIterator<T>;

Callers

nothing calls this directly

Implementers 7

Timelinedeps/v8/tools/system-analyzer/timeline
SelectionMapdeps/v8/tools/turbolizer/src/selection
DeoptAndThrowIteratordeps/v8/test/mjsunit/regress/regress-4
Entrydeps/v8/test/mjsunit/harmony/object-fr
_HeadersListdeps/undici/undici.js
MockCallHistorydeps/undici/src/lib/mock/mock-call-his
HeadersListdeps/undici/src/lib/web/fetch/headers.

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…