Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DparseUserIntents.ts874 const valueDeclaration: ts.Declaration | undefined = type.getSymbol()?.valueDeclaration; constant
/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DparseUserIntents.ts950 const valueDeclaration: ts.Declaration | undefined = type.getSymbol()?.valueDeclaration; constant