Home
last modified time | relevance | path

Searched refs:__slotContext (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/runtime/main/model/
Dindex.ts108 private __slotContext: { content: Record<string, any>, parentVm: Vm }; property in Vm
817 return this.__slotContext;
821 this.__slotContext = newMSoltContext;
Dcompiler.ts554 this.__slotContext = { content: namedContents, parentVm: vm };