Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
DlegacyDecorators.ts401 const decoratorExpressions: Expression[] = []; constant
467 const decoratorExpressions = transformAllDecoratorsOfDeclaration(allDecorators); constant
547 const decoratorExpressions = transformAllDecoratorsOfDeclaration(allDecorators); constant
/third_party/typescript/lib/
DtypingsInstaller.js28729 function createDecorateHelper(decoratorExpressions, target, memberName, descriptor) { argument
Dtsc.js23191 function createDecorateHelper(decoratorExpressions, target, memberName, descriptor) { argument