Class ForeignIterablePrototypeBuiltins


public final class ForeignIterablePrototypeBuiltins extends JSBuiltinsContainer.SwitchEnum<ForeignIterablePrototypeBuiltins.ForeignIterablePrototype>
The prototype of foreign iterable objects, fulfilling the JS Iterable contract. Provides an @@iterator method that returns a JS wrapper around the foreign iterator, so that it conforms to the JS iterator protocol, i.e., has a next method that returns an iterator result object of the form {value: any, done: boolean}.