Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/reactivity/
Dwatcher.js44 this.newDeps = []; property in Watcher
83 this.newDeps.push(dep);
106 this.deps = this.newDeps
107 this.newDeps = tmp
108 this.newDeps.length = 0