Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/model/
Dcompiler.ts43 newWatch,
898 const newWatcher = newWatch(vm, calc, (value) => {
Ddirective.ts955 const watcher = newWatch(vm, calc, (value) => {
988 export function newWatch(vm: Vm, calc: Function, callback: Function): Watcher { function