depend () {
    let i = this.deps.length
    while (i--) {
      this.deps[i].depend()
    }