Home
last modified time | relevance | path

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

/developtools/ace-ets2bundle/compiler/src/
Dpre_define.ts33 export const COMPONENT_STORAGE_PROP_DECORATOR: string = '@StorageProp'; constant
45 COMPONENT_STORAGE_PROP_DECORATOR, COMPONENT_STORAGE_LINK_DECORATOR, COMPONENT_PROVIDE_DECORATOR,
50 COMPONENT_PROP_DECORATOR, COMPONENT_LINK_DECORATOR, COMPONENT_STORAGE_PROP_DECORATOR,
Dprocess_component_member.ts24 COMPONENT_STORAGE_PROP_DECORATOR,
92 new Set([COMPONENT_STORAGE_PROP_DECORATOR, COMPONENT_STORAGE_LINK_DECORATOR,
382 case COMPONENT_STORAGE_PROP_DECORATOR:
384 const setFuncName: string = decorator === COMPONENT_STORAGE_PROP_DECORATOR ?
Dprocess_component_class.ts24 COMPONENT_STORAGE_PROP_DECORATOR,
216 case COMPONENT_STORAGE_PROP_DECORATOR:
Dvalidate_ui_syntax.ts34 COMPONENT_STORAGE_PROP_DECORATOR,
728 case COMPONENT_STORAGE_PROP_DECORATOR: