Searched refs:_inRunner (Results 1 – 1 of 1) sorted by relevance
44 private _inRunner = false; property in Controller60 if (this._inRunner) throw new Error('Reentrancy in Controller');62 this._inRunner = true;101 this._inRunner = false;106 if (!this._inRunner) {