Home
last modified time | relevance | path

Searched defs:hasTrackDecorator (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/
Dtrack-decorator-check.ts46 const hasTrackDecorator = findClassPropertyAnnotation(member, PresetDecorators.TRACK); constant
54 const hasTrackDecorator = getMethodAnnotation(member, PresetDecorators.TRACK); constant
75 const hasTrackDecorator = findClassPropertyAnnotation(member, PresetDecorators.TRACK); constant
83 const hasTrackDecorator = getMethodAnnotation(member, PresetDecorators.TRACK); constant