Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts19394 … const propDeclaration = prop.valueDeclaration as ObjectLiteralElementLike; constant
40664 … const propDeclaration = declaration && declaration.kind === SyntaxKind.BinaryExpression || constant