Searched refs:AsyncAddMonitorV2 (Results 1 – 3 of 3) sorted by relevance
206 class AsyncAddMonitorV2 {210 if (AsyncAddMonitorV2.watches.length === 0) {212 .then(AsyncAddMonitorV2.run)218 AsyncAddMonitorV2.watches.push([target, name]);222 for (let item of AsyncAddMonitorV2.watches) {225 AsyncAddMonitorV2.watches = [];
255 AsyncAddMonitorV2.addMonitor(this, BaseClass.name);
8686 AsyncAddMonitorV2.addMonitor(this, BaseClass.name);8862 class AsyncAddMonitorV2 { class8864 if (AsyncAddMonitorV2.watches.length === 0) {8866 .then(AsyncAddMonitorV2.run)8872 AsyncAddMonitorV2.watches.push([target, name]);8875 for (let item of AsyncAddMonitorV2.watches) {8878 AsyncAddMonitorV2.watches = [];8881 AsyncAddMonitorV2.watches = [];