Searched refs:rootCtl (Results 1 – 1 of 1) sorted by relevance
57 const rootCtl = new MockController('root'); constant58 runControllerTree(rootCtl);64 const rootCtl = new MockController('root'); constant66 if (rootCtl.state === 'idle') {67 rootCtl.setState('state1');68 } else if (rootCtl.state === 'state1') {69 rootCtl.setState('state2');72 runControllerTree(rootCtl);78 const rootCtl = new MockController('root'); constant82 rootCtl.setState(nextState);[all …]