Lines Matching defs:iterator
114 // test-require-delete-array-iterator test.
244 // shortcut to avoid having to go through the costly generic iterator.
256 // the sequences would first exhaust the iterators. If the iterator
259 // Exhausting the iterator and later converting them to USVString comes
568 // Define entries here rather than [Symbol.iterator] as the function name
1278 // https://heycam.github.io/webidl/#dfn-default-iterator-object
1280 const iterator = ObjectCreate(URLSearchParamsIteratorPrototype);
1281 iterator[context] = {
1286 return iterator;
1289 // https://heycam.github.io/webidl/#dfn-iterator-prototype-object