Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ values
Function
values
packages/reactivity/src/arrayInstrumentations.ts:227–229 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
225
},
226
227
values() {
228
return
iterator(this,
'values'
, item => toWrapped(this, item))
229
},
230
}
231
232
// instrument iterators to take ARRAY_ITERATE dependency
Callers
nothing calls this directly
Calls
2
iterator
Function · 0.85
toWrapped
Function · 0.85
Tested by
no test coverage detected