MCPcopy Create free account

hub / github.com/alexzhang-dev/mini-vue / functions

Functions197 in github.com/alexzhang-dev/mini-vue

↓ 69 callersFunctionh
(type: VNodeType, props: T, children?: VNode[] | string | undefined)
src/runtime-core/h.ts:4
↓ 17 callersFunctionref
(value)
src/reactivity/ref.ts:31
↓ 14 callersFunctionpush
(source: string)
src/compiler-core/src/codegen.ts:121
↓ 13 callersFunctionreactive
(raw)
src/reactivity/reactive.ts:19
↓ 12 callersFunctionbaseParse
(content: string)
src/compiler-core/src/parse.ts:8
↓ 10 callersFunctioncreateApp
(rootComponent: VNode)
src/runtime-dom/index.ts:53
↓ 9 callersFunctionisReactive
(raw)
src/reactivity/reactive.ts:27
↓ 9 callersFunctionpatch
(n1: OldVNodeTypeWithNone, n2: NewVNodeType, container: ContainerType, parentInstance: Component, anchor: Anch
src/runtime-core/render.ts:36
↓ 8 callersFunctioneffect
(fn, options: any = {})
src/reactivity/effect.ts:107
↓ 8 callersFunctionisReadonly
(raw)
src/reactivity/reactive.ts:31
↓ 7 callersFunctiontransform
(root, options = {})
src/compiler-core/src/transform.ts:4
↓ 5 callersFunctioncodegen
(ast)
src/compiler-core/src/codegen.ts:9
↓ 5 callersFunctiongenNode
(node, context)
src/compiler-core/src/codegen.ts:36
↓ 5 callersFunctiongetCurrentInstance
()
src/runtime-core/component.ts:114
↓ 5 callersFunctionisRef
(ref)
src/reactivity/ref.ts:35
↓ 5 callersFunctionreadonly
(raw)
src/reactivity/reactive.ts:23
↓ 5 callersFunctiontoRaw
(observed)
src/reactivity/reactive.ts:47
↓ 4 callersFunctionadvanceBy
(context, length: number)
src/compiler-core/src/parse.ts:85
↓ 4 callersFunctioncreateActiveObject
(raw, baseHandlers)
src/reactivity/reactive.ts:15
↓ 4 callersFunctioncreateGetter
(isReadonly = false, shallow = false)
src/reactivity/baseHandlers.ts:11
↓ 4 callersFunctioninject
(key: string, defaultValue?: unknown)
src/runtime-core/apiInject.ts:16
↓ 4 callersFunctionisObject
(val: unknown)
src/shared/index.ts:3
↓ 3 callersFunctioncreateVNode
(type: VNodeType, props?: T, children?: VNode[] | string | undefined)
src/runtime-core/vnode.ts:29
↓ 3 callersFunctionisProxy
(wrapped)
src/reactivity/reactive.ts:39
↓ 3 callersFunctionisSameVNode
(n1, n2)
src/runtime-core/render.ts:125
↓ 3 callersFunctionmountChildren
(children: VNode["children"], container: NormalNode, parentInstance: Component, anchor: AnchorType)
src/runtime-core/render.ts:307
↓ 3 callersMethodrun
()
src/reactivity/effect.ts:15
↓ 3 callersFunctionshallowReadonly
(raw)
src/reactivity/reactive.ts:35
↓ 3 callersFunctionunRef
(ref)
src/reactivity/ref.ts:39
↓ 2 callersFunctioncomputed
(getter)
src/reactivity/computed.ts:26
↓ 2 callersFunctioncreateRenderer
(options: RendererOptions<NormalNode>)
src/runtime-core/render.ts:21
↓ 2 callersFunctionemit
(instance: VNode, event: string, ...params: unknown[])
src/runtime-core/componentEmit.ts:8
↓ 2 callersFunctionhasOwn
(target = {}, key)
src/shared/index.ts:21
↓ 2 callersFunctionisArray
(val: unknown)
src/shared/index.ts:11
↓ 2 callersFunctionisString
(val: unknown)
src/shared/index.ts:7
↓ 2 callersFunctionisText
(node)
src/compiler-core/src/utils.ts:3
↓ 2 callersFunctionnextTick
(fn)
src/runtime-core/scheduler.ts:5
↓ 2 callersFunctionparseChildren
(context: { source: string }, ancestors)
src/compiler-core/src/parse.ts:26
↓ 2 callersFunctionparseTag
(context: { source: string }, type: TagType)
src/compiler-core/src/parse.ts:102
↓ 2 callersFunctionparseTextData
(context: { source: string }, length)
src/compiler-core/src/parse.ts:132
↓ 2 callersFunctionprovide
(key: string, value: string | number | boolean)
src/runtime-core/apiInject.ts:3
↓ 2 callersFunctionproxyRefs
(objectWithRefs)
src/reactivity/ref.ts:43
↓ 2 callersFunctionrenderComponentRoot
(instance: Component)
src/runtime-core/componentRenderUtils.ts:4
↓ 2 callersFunctionrenderSlots
(slots: InternalSlots, name: string = 'default', props: unknown)
src/runtime-core/helpers/renderSlots.ts:5
↓ 2 callersFunctionsetCurrentInstance
(instance: Component | null)
src/runtime-core/component.ts:118
↓ 2 callersFunctionshallowReactive
(raw)
src/reactivity/reactive.ts:43
↓ 2 callersFunctionstartsWithEndTagOpen
(source, tag)
src/compiler-core/src/parse.ts:136
↓ 2 callersFunctionstop
(runner)
src/reactivity/effect.ts:102
↓ 2 callersFunctiontrackEffect
(dep)
src/reactivity/effect.ts:71
↓ 2 callersFunctiontraverseNode
(node, context)
src/compiler-core/src/transform.ts:32
↓ 2 callersFunctiontriggerEffect
(deps)
src/reactivity/effect.ts:91
↓ 1 callersFunctionbaseCompile
(template: string)
src/compiler-core/src/compile.ts:8
↓ 1 callersFunctioncamelize
(str: string)
src/runtime-core/componentEmit.ts:10
↓ 1 callersFunctioncapitalize
(str: string)
src/runtime-core/componentEmit.ts:15
↓ 1 callersFunctioncleanupEffect
(effect)
src/reactivity/effect.ts:36
↓ 1 callersFunctioncreateAppAPI
(renderer: RendererType, selector: (s: string) => ContainerType)
src/runtime-core/createApp.ts:5
↓ 1 callersFunctioncreateCodegenContext
()
src/compiler-core/src/codegen.ts:118
↓ 1 callersFunctioncreateComponentInstance
(vnode: VNode, parent: Component)
src/runtime-core/component.ts:29
↓ 1 callersFunctioncreateContext
(content: string)
src/compiler-core/src/parse.ts:13
↓ 1 callersFunctioncreateRoot
(children)
src/compiler-core/src/parse.ts:19
↓ 1 callersFunctioncreateRootCodegen
(root)
src/compiler-core/src/transform.ts:11
↓ 1 callersFunctioncreateSetter
()
src/reactivity/baseHandlers.ts:38
↓ 1 callersFunctioncreateTextVNode
(text: string)
src/runtime-core/vnode.ts:57
↓ 1 callersFunctioncreateTransformContext
(root, options)
src/compiler-core/src/transform.ts:20
↓ 1 callersFunctioncreateVNodeCall
(context, tag, props, children)
src/compiler-core/src/ast.ts:12
↓ 1 callersFunctionfinishComponentSetup
(instance: Component)
src/runtime-core/component.ts:98
↓ 1 callersFunctiongenCompoundExpression
(node, context)
src/compiler-core/src/codegen.ts:55
↓ 1 callersFunctiongenElement
(node, context)
src/compiler-core/src/codegen.ts:68
↓ 1 callersFunctiongenExpression
(node, context)
src/compiler-core/src/codegen.ts:101
↓ 1 callersFunctiongenFunctionPreamble
(ast, context)
src/compiler-core/src/codegen.ts:28
↓ 1 callersFunctiongenInterpolation
(node, context)
src/compiler-core/src/codegen.ts:106
↓ 1 callersFunctiongenNodeList
(nodes, context)
src/compiler-core/src/codegen.ts:77
↓ 1 callersFunctiongenNullable
(args)
src/compiler-core/src/codegen.ts:97
↓ 1 callersFunctiongenText
(node, context)
src/compiler-core/src/codegen.ts:113
↓ 1 callersFunctiongetSequence
* 求最长递增子序列在原数组的下标数组 * @param arr {number[]} * @return {number[]}
src/runtime-core/render.ts:398
↓ 1 callersFunctiongetShapeFlags
(type)
src/runtime-core/vnode.ts:61
↓ 1 callersFunctionhandleSetupResult
(instance: Component, setupResult: Record<string, unknown>)
src/runtime-core/component.ts:88
↓ 1 callersFunctionhasChanged
(val, newVal)
src/shared/index.ts:17
↓ 1 callersFunctionhelper
(name)
src/compiler-core/src/codegen.ts:127
↓ 1 callersFunctioninitProps
(instance: Component, rawProps: VNode["props"])
src/runtime-core/componentProps.ts:4
↓ 1 callersFunctioninitSlots
(instance: Component, children: VNode["children"])
src/runtime-core/componentSlots.ts:8
↓ 1 callersFunctionisEnd
(context: { source: string }, ancestors)
src/compiler-core/src/parse.ts:44
↓ 1 callersFunctionisFunction
(val: unknown)
src/shared/index.ts:15
↓ 1 callersFunctionisOn
(key: string)
src/runtime-dom/index.ts:10
↓ 1 callersFunctionisTracking
()
src/reactivity/effect.ts:77
↓ 1 callersFunctionmountComponent
(vnode: VNode, container: NormalNode, parentInstance: Component, anchor: AnchorType)
src/runtime-core/render.ts:335
↓ 1 callersFunctionmountElement
(n2: VNode, container: NormalNode, parentInstance: Component, anchor: AnchorType)
src/runtime-core/render.ts:288
↓ 1 callersFunctionnewLine
()
src/compiler-core/src/codegen.ts:124
↓ 1 callersFunctionnormalizeObjectSlots
(rawSlots: RawSlotsType, slots: Component["slots"])
src/runtime-core/componentSlots.ts:15
↓ 1 callersFunctionnormalizeSlotValue
(slots: VNode | VNode[])
src/runtime-core/componentSlots.ts:22
↓ 1 callersFunctionparseElement
(context: { source: string }, ancestors)
src/compiler-core/src/parse.ts:89
↓ 1 callersFunctionparseInterpolation
(context: { source: string })
src/compiler-core/src/parse.ts:59
↓ 1 callersFunctionparseText
(context: { source: string })
src/compiler-core/src/parse.ts:114
↓ 1 callersFunctionpatchChildren
(on1: OldVNodeType, n2: NewVNodeType, container: ContainerType, parentInstance: Component, anchor: AnchorType)
src/runtime-core/render.ts:85
↓ 1 callersFunctionpatchElement
(on1: OldVNodeType, n2: NewVNodeType, parentInstance: Component, anchor: AnchorType)
src/runtime-core/render.ts:76
↓ 1 callersFunctionpatchKeyedChildren
(c1: VNode[], c2: VNode[], container: ContainerType, parentInstance: Component, anchor: AnchorType)
src/runtime-core/render.ts:118
↓ 1 callersFunctionpatchProps
(el: NormalNode, oldProps: Props, newProps: Props)
src/runtime-core/render.ts:265
↓ 1 callersFunctionprocessComponent
(n1: OldVNodeTypeWithNone, n2: NewVNodeType, container: NormalNode, parentInstance: Component, anchor: AnchorT
src/runtime-core/render.ts:313
↓ 1 callersFunctionprocessElement
(n1: OldVNodeTypeWithNone, n2: NewVNodeType, container: ContainerType, parentInstance: Component, anchor: Anch
src/runtime-core/render.ts:66
↓ 1 callersFunctionprocessExpression
(node)
src/compiler-core/src/transforms/transformExpression.ts:9
next →1–100 of 197, ranked by callers