Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts1393 const decorator: ts.Decorator = decorators[i]; constant
1417 const decorator: ts.Decorator = decorators[i]; constant
/developtools/ace_ets2bundle/compiler/
Dtsconfig.esm.json159 "decorator": ["LocalBuilder", "Builder"] array
291 "decorator": ["Extend", "AnimatableExtend"], array
926 "decorator": "Styles", string
935 "decorator": "Concurrent" string
Dtsconfig.json159 "decorator": ["LocalBuilder", "Builder"] array
299 "decorator": ["Extend", "AnimatableExtend"], array
969 "decorator": "Styles", string
978 "decorator": "Concurrent" string
/developtools/hdc/test/scripts/testModule/
Dutils.py986 def decorator(func): function