MCPcopy
hub / github.com/ygs-code/vue / isUndef

Function isUndef

vue.js:26–28  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

24 // explicitness and function inlining
25 //判断数据 是否是undefined或者null
26 function isUndef(v) {
27 return v === undefined || v === null
28 }
29
30 //判断数据 是否不等于 undefined或者null
31 function isDef(v) {

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected