Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ entries
Function
entries
packages/reactivity/src/arrayInstrumentations.ts:55–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
},
54
55
entries() {
56
return
iterator(this,
'entries'
, (value: [number, unknown]) => {
57
value[1] = toWrapped(this, value[1])
58
return
value
59
})
60
},
61
62
every(
63
fn: (item: unknown, index: number, array: unknown[]) => unknown,
Callers
nothing calls this directly
Calls
2
iterator
Function · 0.85
toWrapped
Function · 0.85
Tested by
no test coverage detected