MCPcopy
hub / github.com/fanmingming/live / isUndef

Function isUndef

m3u8/vue.js:17–19  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

15 // These helpers produce better VM code in JS engines due to their
16 // explicitness and function inlining.
17 function isUndef (v) {
18 return v === undefined || v === null
19 }
20
21 function isDef (v) {
22 return v !== undefined && v !== null

Callers 15

setFunction · 0.85
delFunction · 0.85
updateListenersFunction · 0.85
mergeVNodeHookFunction · 0.85
normalizeArrayChildrenFunction · 0.85
createComponentFunction · 0.85
applyNSFunction · 0.85
resolveAsyncComponentFunction · 0.85
sameVnodeFunction · 0.85
updateChildrenFunction · 0.85
patchVnodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected