MCPcopy
hub / github.com/vuejs/core / popWarningContext

Function popWarningContext

packages/runtime-core/src/warning.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export function popWarningContext(): void {
30 stack.pop()
31}
32
33let isWarning = false
34

Callers 8

mountComponentFunction · 0.90
updateComponentFunction · 0.90
componentUpdateFnFunction · 0.90
logErrorFunction · 0.90
registerDepFunction · 0.90
convertLegacyVModelPropsFunction · 0.90
renderComponentVNodeFunction · 0.85
renderComponentSubTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected