Searched refs:computeFunction (Results 1 – 2 of 2) sorted by relevance
297 const computeFunction = descriptor.get;298 target[watchProp] ? target[watchProp][propertyKey] = computeFunction299 : target[watchProp] = { [propertyKey]: computeFunction };
9697 const computeFunction = descriptor.get; constant9698 target[watchProp] ? target[watchProp][propertyKey] = computeFunction9699 : target[watchProp] = { [propertyKey]: computeFunction };