Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dcontroller.ts44 private _inRunner = false; property in Controller
60 if (this._inRunner) throw new Error('Reentrancy in Controller');
62 this._inRunner = true;
101 this._inRunner = false;
106 if (!this._inRunner) {