()
| 718 | export let currentInstance: ComponentInternalInstance | null = null |
| 719 | |
| 720 | export const getCurrentInstance: () => ComponentInternalInstance | null = () => |
| 721 | currentInstance || currentRenderingInstance |
| 722 | |
| 723 | let internalSetCurrentInstance: ( |
| 724 | instance: ComponentInternalInstance | null, |
no outgoing calls