Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/model/
Dindex.ts88 private __computed: ComputedInterface; property in Vm
130 this.__computed = options.computed;
481 delete this.__computed;
611 return this.__computed;
615 this.__computed = newComputed;
/third_party/typescript/tests/baselines/reference/
DparserComputedPropertyName16.types6 >[e] : E.__computed
DparserES5ComputedPropertyName6.types6 >[e] : E.__computed
/third_party/jsframework/runtime/main/reactivity/
Dstate.js66 const computed = vm.__computed;