}
if (this._state === AutorunState.dependenciesMightHaveChanged) {
for (const d of this._dependencies) {
d.reportChanges(); // Warning: external call!
if (this._state as AutorunState === AutorunState.stale) {
// The other dependencies will refresh on demand
break;
}
}
this._iteration++;