MCPcopy
hub / github.com/vuejs/core / [Symbol.iterator]

Function [Symbol.iterator]

packages/reactivity/src/arrayInstrumentations.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 __proto__: null,
44
45 [Symbol.iterator]() {
46 return iterator(this, Symbol.iterator, item => toWrapped(this, item))
47 },
48
49 concat(...args: unknown[]) {
50 return reactiveReadArray(this).concat(

Callers

nothing calls this directly

Calls 2

iteratorFunction · 0.85
toWrappedFunction · 0.85

Tested by

no test coverage detected