VNodePatch — vue Architecture
Calculates differences between virtual nodes and updates the physical DOM.
Entity Profile
Relationship Graph
Domain
Functions
- _createElement()
- _update()
- applyNS()
- assertObjectType()
- callHook()
- checkComponents()
- child()
- cloneVNode()
- constructor()
- constructor()
- createElement()
- createEmptyVNode()
- createFnInvoker()
- createKeyToOldIdx()
- createPatchFunction()
- createRef()
- createSetupContext()
- createTextVNode()
- customRef()
- dedupeHooks()
- default.create()
- default.destroy()
- default.destroy()
- default.update()
- defaultStrat()
- defineComponent()
- defineProxyAttr()
- effectScope()
- getContext()
- getCurrentInstance()
- getCurrentScope()
- getRawDirName()
- initSetup()
- initSlotsProxy()
- isAsyncPlaceholder()
- isCollectionType()
- isProxy()
- isReactive()
- isReadonly()
- isRef()
- isShallow()
- isTextNode()
- makeReactive()
- mark()
- markRaw()
- measure()
- mergeAssets()
- mergeData()
- mergeDataOrFn()
- mergeDefaults()
- mergeLifecycleHook()
- mergeOptions()
- mergeVNodeHook()
- normalizeArrayChildren()
- normalizeChildren()
- normalizeDirectives()
- normalizeDirectives()
- normalizeEvent()
- normalizeInject()
- normalizeProps()
- normalizeScopedSlot()
- normalizeScopedSlots()
- off()
- on()
- onScopeDispose()
- proxyNormalSlot()
- proxyRefs()
- proxyWithRefUnwrap()
- reactive()
- recordEffectScope()
- ref()
- registerDeepBindings()
- registerRef()
- resolveAsset()
- run()
- sameInputType()
- sameVnode()
- setCurrentInstance()
- setSetupRef()
- shallowReactive()
- shallowRef()
- simpleNormalizeChildren()
- stop()
- strats()
- syncSetupProxy()
- syncSetupSlots()
- toRaw()
- toRef()
- toRefs()
- triggerRef()
- unref()
- updateDirectives()
- updateListeners()
- useAttrs()
- useListeners()
- useSlots()
- validateComponentName()
Frequently Asked Questions
What is the VNodePatch subdomain?
VNodePatch is a subdomain in the vue codebase, part of the CoreRuntime domain. Calculates differences between virtual nodes and updates the physical DOM. It contains 0 source files.
Which domain does VNodePatch belong to?
VNodePatch belongs to the CoreRuntime domain.
What functions are in VNodePatch?
The VNodePatch subdomain contains 97 function(s): _createElement, _update, applyNS, assertObjectType, callHook, checkComponents, child, cloneVNode, and 89 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free