Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ pushWarningContext
Function
pushWarningContext
packages/runtime-core/src/warning.ts:25–27 ·
view source on GitHub ↗
(vnode: VNode)
Source
from the content-addressed store, hash-verified
23
type
ComponentTraceStack = TraceEntry[]
24
25
export
function
pushWarningContext(vnode: VNode): void {
26
stack.push(vnode)
27
}
28
29
export
function
popWarningContext(): void {
30
stack.pop()
Callers
8
mountComponent
Function · 0.90
updateComponent
Function · 0.90
componentUpdateFn
Function · 0.90
logError
Function · 0.90
registerDep
Function · 0.90
convertLegacyVModelProps
Function · 0.90
renderComponentVNode
Function · 0.85
renderComponentSubTree
Function · 0.85
Calls
1
push
Method · 0.65
Tested by
no test coverage detected