Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/reactivity/
Dwatcher.js30 export default function Watcher (vm, expOrFn, cb, options) { argument
35 const isFn = typeof expOrFn === 'function';
38 this.expression = expOrFn;
49 this.getter = expOrFn;