Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_decorators.ts297 const computeFunction = descriptor.get;
298 target[watchProp] ? target[watchProp][propertyKey] = computeFunction
299 : target[watchProp] = { [propertyKey]: computeFunction };
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js9697 const computeFunction = descriptor.get; constant
9698 target[watchProp] ? target[watchProp][propertyKey] = computeFunction
9699 : target[watchProp] = { [propertyKey]: computeFunction };