MCPcopy
hub / github.com/webpack/webpack / [Symbol.iterator]

Method [Symbol.iterator]

lib/util/LazySet.js:236–240  ·  view source on GitHub ↗

* Returns the default iterator over values after forcing pending merges. * @returns {SetIterator<T>} iterable iterator

()

Source from the content-addressed store, hash-verified

234 * @returns {SetIterator<T>} iterable iterator
235 */
236 [Symbol.iterator]() {
237 this._deopt = true;
238 if (this._needMerge) this._merge();
239 return this._set[Symbol.iterator]();
240 }
241
242 /* istanbul ignore next */
243 get [Symbol.toStringTag]() {

Callers

nothing calls this directly

Calls 1

_mergeMethod · 0.95

Tested by

no test coverage detected