Lines Matching refs:deps
43 this.deps = [];94 let i = this.deps.length;96 const dep = this.deps[i];105 tmp = this.deps106 this.deps = this.newDeps151 * Depend on all deps collected by this watcher.154 let i = this.deps.length;156 this.deps[i].depend();173 let i = this.deps.length;175 this.deps[i].removeSub(this);