Searched refs:__childrenVms (Results 1 – 1 of 1) sorted by relevance
102 private __childrenVms: Vm[]; property in Vm122 parentVm.__childrenVms && parentVm.__childrenVms.push(this);136 this.__childrenVms = [];344 if (!evt.hasStopped() && this.__childrenVms) {345 this.__childrenVms.forEach((subVm) => {492 if (this.__childrenVms) {493 let vmCount: number = this.__childrenVms.length;495 this.destroy.call(this.__childrenVms[vmCount], this.__childrenVms[vmCount]);497 delete this.__childrenVms;764 return this.__childrenVms;