Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/factory/
DnodeTests.ts178 export function isDecorator(node: Node): node is Decorator { function
/third_party/typescript/src/compiler/
Dchecker.ts31373 const isDecorator = node.kind === SyntaxKind.Decorator; constant
/third_party/typescript/lib/
Dtsc.js23712 function isDecorator(node) { function
DtypingsInstaller.js29500 function isDecorator(node) { function