Enums§
- Iter
Kind - Which view an iterator yields:
keys(),values(), orentries().
Statics§
Traits§
Functions§
- get_
class - get_
class_ name - iterator_
result - Wrap an entry into a
{ value, done }iterator result.Nonemeans done. - live_
iterator - Create a WebIDL iterator instance, wiring its prototype the first time:
the prototype inherits
%IteratorPrototype%(so it’s tagged[object Iterator]) andnextbecomes enumerable. Idempotent — later calls skip the setup — so callers just build iterators and never register anything separately.