Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/property-translators/
Dutils.ts54 export function hasDecorator( function
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dutils.ts222 export function hasDecorator(node: ts.MethodDeclaration | ts.FunctionDeclaration | function
/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DparseUserIntents.ts86 private hasDecorator(node: ts.Node, decorators: string[]): boolean { method in ParseIntent
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts222 export function hasDecorator(node: ts.MethodDeclaration | ts.FunctionDeclaration | function
/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DparseUserIntents.ts93 private hasDecorator(node: ts.Node, decorators: string[]): boolean { method in ParseIntent